summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl/pctl_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/pctl/pctl_a.h')
-rw-r--r--src/core/hle/service/pctl/pctl_a.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/core/hle/service/pctl/pctl_a.h b/src/core/hle/service/pctl/pctl_a.h
deleted file mode 100644
index 09ed82e1b..000000000
--- a/src/core/hle/service/pctl/pctl_a.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2018 yuzu emulator team
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-#include "core/hle/service/service.h"
-
-namespace Service::PCTL {
-
-class PCTL_A final : public ServiceFramework<PCTL_A> {
-public:
- PCTL_A();
- ~PCTL_A() = default;
-
-private:
- void CreateService(Kernel::HLERequestContext& ctx);
-};
-
-} // namespace Service::PCTL