summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/InputCommon.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2010-06-12 19:58:02 +0000
committerhrydgard <hrydgard@gmail.com>2010-06-12 19:58:02 +0000
commit7c103fbc4ebd556f520a7bc22d42e9967f3b1d51 (patch)
treeb46863c55fb1a0e2c44d4e45b6267bf8d80e3e08 /Source/Core/InputCommon/Src/InputCommon.cpp
parent5c7bda49d4c416f4f8707b4372f03daec35d1e02 (diff)
(cleanup) Move WXInputBase into InputUICommon. Delete some leftovers from the last change.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5665 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/InputCommon.cpp')
-rw-r--r--Source/Core/InputCommon/Src/InputCommon.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/Core/InputCommon/Src/InputCommon.cpp b/Source/Core/InputCommon/Src/InputCommon.cpp
deleted file mode 100644
index beed506f8e..0000000000
--- a/Source/Core/InputCommon/Src/InputCommon.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "EventHandler.h"
-
-//EventHandler *eventHandler = NULL;
-
-namespace InputCommon
-{
- void Init() {
- // init the event handler
- //EventHandler::GetInstance();
- }
-
- void Shutdown() {
- //if (eventHandler)
- // delete eventHandler;
- }
-}