mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 16:00:05 +00:00
Merge pull request #795 from lioncash/decl
apm/interface: Remove redundant declaration of InstallInterfaces()
This commit is contained in:
commit
1cbf7ac6ea
@ -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…
Reference in New Issue
Block a user