summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/act/act.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/act/act.h')
-rw-r--r--src/core/hle/service/act/act.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/hle/service/act/act.h b/src/core/hle/service/act/act.h
deleted file mode 100644
index 1425291aa..000000000
--- a/src/core/hle/service/act/act.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2016 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-namespace Service {
-namespace ACT {
-
-/// Initializes all ACT services
-void Init();
-
-} // namespace ACT
-} // namespace Service