diff options
Diffstat (limited to 'Source/Core/InputCommon/Src/InputCommon.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/InputCommon.cpp | 16 |
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; - } -} |
