summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-24 04:46:41 -0700
committerGitHub <noreply@github.com>2018-07-24 04:46:41 -0700
commit1cbf7ac6eadf37baa2ecdafa10b47430ac794f71 (patch)
treefb6fa645e97787a60d7cff4e442241879b10156d /src
parent0f830d08f167bc08660f6eddccda9e0193e03931 (diff)
parent8b83adfed67eb7e539677747e570688d0023c524 (diff)
Merge pull request #795 from lioncash/decl
apm/interface: Remove redundant declaration of InstallInterfaces()
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/apm/interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/apm/interface.h b/src/core/hle/service/apm/interface.h
index 85258a666..fa68c7d93 100644
--- a/src/core/hle/service/apm/interface.h
+++ b/src/core/hle/service/apm/interface.h
@@ -19,7 +19,4 @@ private:
std::shared_ptr<Module> apm;
};
-/// Registers all AM services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& service_manager);
-
} // namespace Service::APM