summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/InputCommon.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2010-06-03 04:55:39 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2010-06-03 04:55:39 +0000
commite4085f0f049c0f681e3feaa97f7f0842c017ae8e (patch)
treeb04dce91280d8a771c894fcf8495473fc9e0c45b /Source/Core/InputCommon/Src/InputCommon.cpp
parentd0c65b610c91531ff80298834bc866cf6b016fcd (diff)
Merge GCPadNew into Dolphin. This takes place in three segments: Core, InputCommon, and InputUICommon. From now on it can be referred to just as "GCPad".
Switch to Billiard's IniFile implementation throughout Dolphin (it's faster!!). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5579 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;
- }
-}