summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-02 20:41:20 -0500
committerbunnei <bunneidev@gmail.com>2018-01-02 20:41:20 -0500
commitfe11b515455b549c2a0702983588c5e8c1b9d2d4 (patch)
treea8769bb9ed6d296979a1efdcd592748fd50cbe02 /src
parent480906fe1b31a8830aec80fbea04ec941894003f (diff)
pctl: Remove duplicate InstallInterfaces function.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/pctl/pctl_a.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/pctl/pctl_a.cpp b/src/core/hle/service/pctl/pctl_a.cpp
index 97cd1d2ee..e3bdd6c47 100644
--- a/src/core/hle/service/pctl/pctl_a.cpp
+++ b/src/core/hle/service/pctl/pctl_a.cpp
@@ -9,10 +9,6 @@
namespace Service {
namespace PCTL {
-void InstallInterfaces(SM::ServiceManager& service_manager) {
- std::make_shared<PCTL_A>()->InstallAsService(service_manager);
-}
-
void PCTL_A::GetService(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service, "(STUBBED) called");
IPC::RequestBuilder rb{ctx, 1};