mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 11:27:53 -05:00
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
This commit is contained in:
@ -21,7 +21,5 @@ APM::APM() : ServiceFramework("apm") {
|
||||
RegisterHandlers(functions);
|
||||
}
|
||||
|
||||
APM::~APM() = default;
|
||||
|
||||
} // namespace APM
|
||||
} // namespace Service
|
||||
|
@ -11,8 +11,8 @@ namespace APM {
|
||||
|
||||
class APM final : public ServiceFramework<APM> {
|
||||
public:
|
||||
explicit APM();
|
||||
~APM();
|
||||
APM();
|
||||
~APM() = default;
|
||||
};
|
||||
|
||||
/// Registers all AM services with the specified service manager.
|
||||
|
Reference in New Issue
Block a user