From 7c103fbc4ebd556f520a7bc22d42e9967f3b1d51 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 12 Jun 2010 19:58:02 +0000 Subject: (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 --- Source/Core/InputCommon/Src/InputCommon.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Source/Core/InputCommon/Src/InputCommon.cpp (limited to 'Source/Core/InputCommon/Src/InputCommon.cpp') 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; - } -} -- cgit v1.2.3