summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
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/SConscript
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/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index 861c34851b..750045d285 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -5,7 +5,6 @@ Import('env')
files = [
'Configuration.cpp',
'ControllerEmu.cpp',
- 'InputCommon.cpp',
'InputConfig.cpp',
'SDL_Util.cpp',
'ControllerInterface/ControllerInterface.cpp',
@@ -17,11 +16,6 @@ if env['HAVE_X11']:
"X11InputBase.cpp",
]
-if env['HAVE_WX']:
- files += [
- "WXInputBase.cpp",
- ]
-
if sys.platform == 'darwin':
files += [
'ControllerInterface/OSX/OSX.mm',