From 0830e74d55ee6713ad23db113c452b3b98641ad2 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Tue, 5 Oct 2010 18:15:10 +0000 Subject: [PATCH] Only need one copy of Turntable.o. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6259 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_WiimoteNew/Src/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Plugins/Plugin_WiimoteNew/Src/SConscript b/Source/Plugins/Plugin_WiimoteNew/Src/SConscript index 1ad8a1576f..a9aed97932 100644 --- a/Source/Plugins/Plugin_WiimoteNew/Src/SConscript +++ b/Source/Plugins/Plugin_WiimoteNew/Src/SConscript @@ -14,7 +14,6 @@ files = [ 'WiimoteEmu/Attachment/Drums.cpp', 'WiimoteEmu/Attachment/Guitar.cpp', 'WiimoteEmu/Attachment/Turntable.cpp', - 'WiimoteEmu/Attachment/Turntable.cpp', 'WiimoteEmu/EmuSubroutines.cpp', 'WiimoteEmu/Encryption.cpp', 'WiimoteEmu/Speaker.cpp',