summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/dlp/dlp.h')
-rw-r--r--src/core/hle/service/dlp/dlp.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/core/hle/service/dlp/dlp.h b/src/core/hle/service/dlp/dlp.h
deleted file mode 100644
index 3185fe322..000000000
--- a/src/core/hle/service/dlp/dlp.h
+++ /dev/null
@@ -1,17 +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 DLP {
-
-/// Initializes the DLP services.
-void Init();
-
-/// Shuts down the DLP services.
-void Shutdown();
-
-} // namespace DLP
-} // namespace Service