apm/interface: Remove redundant declaration of InstallInterfaces()
This is already declared in apm/apm.h
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user