mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 19:53:17 +00:00
apm/interface: Remove redundant declaration of InstallInterfaces()
This is already declared in apm/apm.h
This commit is contained in:
parent
47ac369180
commit
8b83adfed6
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue