From b5dc59677c00eecccbfb171febfd68ea8fa2470d Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 15 May 2015 22:33:35 +0100 Subject: [PATCH] Bug 950 - Non functional plugin prefs (Headline issue fixed) The residual issue is lower priority and still at bug 950. I removed the non functional prefs. Other changes mean that they are no longer needed. The residual issue is that it could be nice to have a way to filter for new plugins. --- src/prefs/EffectsPrefs.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/prefs/EffectsPrefs.cpp b/src/prefs/EffectsPrefs.cpp index fdaffe150..cf5ae326e 100644 --- a/src/prefs/EffectsPrefs.cpp +++ b/src/prefs/EffectsPrefs.cpp @@ -134,6 +134,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S) } S.EndStatic(); +#ifndef EXPERIMENTAL_EFFECT_MANAGEMENT S.StartStatic(_("Plugin Options")); { S.TieCheckBox(_("Check for updated plugins when Audacity starts"), @@ -144,6 +145,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S) false); } S.EndStatic(); +#endif #ifdef EXPERIMENTAL_EQ_SSE_THREADED S.StartStatic(_("Instruction Set"));