Explorar o código

apm/interface: Remove redundant declaration of InstallInterfaces()

This is already declared in apm/apm.h
Lioncash %!s(int64=8) %!d(string=hai) anos
pai
achega
8b83adfed6
Modificáronse 1 ficheiros con 0 adicións e 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