summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/ptm/psm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/hle/service/ptm/psm.h b/src/core/hle/service/ptm/psm.h
index 113878bb7..a286793ae 100644
--- a/src/core/hle/service/ptm/psm.h
+++ b/src/core/hle/service/ptm/psm.h
@@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#pragma once
-#include "core/hle/service/service.h"
namespace Service::SM {
class ServiceManager;
@@ -11,15 +10,6 @@ class ServiceManager;
namespace Service::PSM {
-class PSM final : public ServiceFramework<PSM> {
-public:
- explicit PSM();
- ~PSM() override;
-
-private:
- void GetBatteryChargePercentage(Kernel::HLERequestContext& ctx);
-};
-
void InstallInterfaces(SM::ServiceManager& sm);
} // namespace Service::PSM