summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter_Null.cpp
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-05-19 21:52:44 +0200
committermathieui <mathieui@mathieui.net>2016-05-19 22:00:49 +0200
commit1bbbe92cd203d39f0aa0da80d5bd41ae641c3e5c (patch)
tree8d14e4c166d402e8579a6252dd2748c643676a14 /Source/Core/InputCommon/GCAdapter_Null.cpp
parent54b4efff6b14a2dc0be6d6a284be8b27750ceecb (diff)
GCAdapter: protect some more functions
Reset() and Setup() are not used outside of this namespace
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter_Null.cpp')
-rw-r--r--Source/Core/InputCommon/GCAdapter_Null.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/GCAdapter_Null.cpp b/Source/Core/InputCommon/GCAdapter_Null.cpp
index b7bc81dfa7..d7f13c2917 100644
--- a/Source/Core/InputCommon/GCAdapter_Null.cpp
+++ b/Source/Core/InputCommon/GCAdapter_Null.cpp
@@ -9,9 +9,7 @@ namespace GCAdapter
{
void Init() {}
-void Reset() {}
void ResetRumble() {}
-void Setup() {}
void Shutdown() {}
void SetAdapterCallback(std::function<void(void)> func) {}
void StartScanThread() {}