mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 10:57:51 -05:00
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
This commit is contained in:
@ -16,7 +16,5 @@ AppletOE::AppletOE() : ServiceFramework("appletOE") {
|
||||
RegisterHandlers(functions);
|
||||
}
|
||||
|
||||
AppletOE::~AppletOE() = default;
|
||||
|
||||
} // namespace AM
|
||||
} // namespace Service
|
||||
|
@ -11,8 +11,8 @@ namespace AM {
|
||||
|
||||
class AppletOE final : public ServiceFramework<AppletOE> {
|
||||
public:
|
||||
explicit AppletOE();
|
||||
~AppletOE();
|
||||
AppletOE();
|
||||
~AppletOE() = default;
|
||||
};
|
||||
|
||||
} // namespace AM
|
||||
|
Reference in New Issue
Block a user