Browse Source

pctl: Remove duplicate InstallInterfaces function.

nce_cpp
bunnei 8 years ago
parent
commit
7d16a38e06
  1. 4
      src/core/hle/service/pctl/pctl_a.cpp

4
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};

Loading…
Cancel
Save