Explorar el Código

Merge pull request #795 from lioncash/decl

apm/interface: Remove redundant declaration of InstallInterfaces()
bunnei hace 8 años
padre
commit
1cbf7ac6ea
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/core/hle/service/apm/interface.h

+ 0 - 3
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