2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Merge pull request #795 from lioncash/decl

apm/interface: Remove redundant declaration of InstallInterfaces()
This commit is contained in:
bunnei 2018-07-24 04:46:41 -07:00 committed by GitHub
commit 1cbf7ac6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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