Browse Source
Merge pull request #795 from lioncash/decl
apm/interface: Remove redundant declaration of InstallInterfaces()
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
src/core/hle/service/apm/interface.h
|
|
|
@ -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 |