summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/global_state_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/global_state_controller.h')
-rw-r--r--src/core/hle/service/am/global_state_controller.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/hle/service/am/global_state_controller.h b/src/core/hle/service/am/global_state_controller.h
deleted file mode 100644
index 7125464a1..000000000
--- a/src/core/hle/service/am/global_state_controller.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "core/hle/service/service.h"
-
-namespace Service::AM {
-
-class IGlobalStateController final : public ServiceFramework<IGlobalStateController> {
-public:
- explicit IGlobalStateController(Core::System& system_);
- ~IGlobalStateController() override;
-};
-
-} // namespace Service::AM