0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

apm/interface: Remove redundant declaration of InstallInterfaces()

This is already declared in apm/apm.h
This commit is contained in:
Lioncash 2018-07-23 23:01:01 -04:00
parent 47ac369180
commit 8b83adfed6

View File

@ -19,7 +19,4 @@ private:
std::shared_ptr<Module> apm; std::shared_ptr<Module> apm;
}; };
/// Registers all AM services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
} // namespace Service::APM } // namespace Service::APM