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/SConscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/Core/InputCommon/Src/SConscript') 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', -- cgit v1.2.3