From 3237b21c23c5acf49efcfee5b2dc5d187d33921f Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 20 Aug 2008 10:44:57 +0000 Subject: [PATCH] Plugin_DSP_NULL was killed in rev 229, but still referred to here. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@244 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index 27399bdd5a..0606ab86ed 100644 --- a/SConstruct +++ b/SConstruct @@ -47,7 +47,6 @@ if sys.platform == 'darwin': "Source/Core/DebuggerWX/src", "Source/Core/VideoCommon/Src", "Source/Plugins/Plugin_VideoOGL/Src", - "Source/Plugins/Plugin_DSP_NULL/Src", # "Source/Plugins/Plugin_DSP_LLE/Src", "Source/Plugins/Plugin_PadSimple/Src", "Source/Plugins/Plugin_nJoy_SDL/Src", @@ -61,7 +60,6 @@ else: "Source/Core/DebuggerWX/src", "Source/Core/VideoCommon/Src", "Source/Plugins/Plugin_VideoOGL/Src", -# "Source/Plugins/Plugin_DSP_NULL/Src", "Source/Plugins/Plugin_DSP_HLE/Src", # "Source/Plugins/Plugin_DSP_LLE/Src", "Source/Plugins/Plugin_PadSimple/Src",