From fe11b515455b549c2a0702983588c5e8c1b9d2d4 Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 2 Jan 2018 20:41:20 -0500 Subject: [PATCH] pctl: Remove duplicate InstallInterfaces function. --- src/core/hle/service/pctl/pctl_a.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/hle/service/pctl/pctl_a.cpp b/src/core/hle/service/pctl/pctl_a.cpp index 97cd1d2ee2..e3bdd6c47f 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()->InstallAsService(service_manager); -} - void PCTL_A::GetService(Kernel::HLERequestContext& ctx) { LOG_WARNING(Service, "(STUBBED) called"); IPC::RequestBuilder rb{ctx, 1};