summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
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',