summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2010-06-12 19:42:39 +0000
committerhrydgard <hrydgard@gmail.com>2010-06-12 19:42:39 +0000
commit5c7bda49d4c416f4f8707b4372f03daec35d1e02 (patch)
treed248415180138762cad98ce43ba968869989be38 /Source/Core/InputCommon/Src/SConscript
parentcaab5f62adbc396596907fe555246c586eeb8d00 (diff)
(cleanup) RIP EventHandler, now unused.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5664 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index fad361aadf..861c34851b 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -5,7 +5,6 @@ Import('env')
files = [
'Configuration.cpp',
'ControllerEmu.cpp',
- 'EventHandler.cpp',
'InputCommon.cpp',
'InputConfig.cpp',
'SDL_Util.cpp',