mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 21:37:52 +00:00
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
This commit is contained in:
parent
6d0751cd00
commit
82fb80da76
10 changed files with 10 additions and 20 deletions
|
@ -92,7 +92,5 @@ LM::LM() : ServiceFramework("lm") {
|
|||
RegisterHandlers(functions);
|
||||
}
|
||||
|
||||
LM::~LM() = default;
|
||||
|
||||
} // namespace LM
|
||||
} // namespace Service
|
||||
|
|
|
@ -14,8 +14,8 @@ namespace LM {
|
|||
|
||||
class LM final : public ServiceFramework<LM> {
|
||||
public:
|
||||
explicit LM();
|
||||
~LM();
|
||||
LM();
|
||||
~LM() = default;
|
||||
|
||||
private:
|
||||
void Initialize(Kernel::HLERequestContext& ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue