소스 검색

pctl: Remove duplicate InstallInterfaces function.

bunnei 8 년 전
부모
커밋
fe11b51545
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/core/hle/service/pctl/pctl_a.cpp

+ 0 - 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};