aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cam/cam_c.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-10-10 17:32:14 -0400
committerbunnei <bunneidev@gmail.com>2017-10-10 17:32:14 -0400
commit0906de9a14b735d1d409290ca050eb7d2c2d3d84 (patch)
tree79bb57d3a4dc4ca377e7a62744c3941de29e785b /src/core/hle/service/cam/cam_c.cpp
parentb1d5db1cf60344b6b081c9d03cb6ccc3264326cd (diff)
hle: Remove a large amount of 3ds-specific service code.
Diffstat (limited to 'src/core/hle/service/cam/cam_c.cpp')
-rw-r--r--src/core/hle/service/cam/cam_c.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/core/hle/service/cam/cam_c.cpp b/src/core/hle/service/cam/cam_c.cpp
deleted file mode 100644
index 93b047c1a..000000000
--- a/src/core/hle/service/cam/cam_c.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2015 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#include "core/hle/service/cam/cam_c.h"
-
-namespace Service {
-namespace CAM {
-
-// Empty arrays are illegal -- commented out until an entry is added.
-// const Interface::FunctionInfo FunctionTable[] = { };
-
-CAM_C_Interface::CAM_C_Interface() {
- // Register(FunctionTable);
-}
-
-} // namespace CAM
-} // namespace Service