Explorar el Código

apm/interface: Remove redundant declaration of InstallInterfaces()

This is already declared in apm/apm.h
Lioncash hace 8 años
padre
commit
8b83adfed6
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