apm/interface: Remove redundant declaration of InstallInterfaces()

This is already declared in apm/apm.h
pull/8/head
Lioncash 7 years ago
parent 47ac369180
commit 8b83adfed6

@ -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

Loading…
Cancel
Save