mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
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.
This commit is contained in:
@@ -134,6 +134,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
|
|
||||||
|
#ifndef EXPERIMENTAL_EFFECT_MANAGEMENT
|
||||||
S.StartStatic(_("Plugin Options"));
|
S.StartStatic(_("Plugin Options"));
|
||||||
{
|
{
|
||||||
S.TieCheckBox(_("Check for updated plugins when Audacity starts"),
|
S.TieCheckBox(_("Check for updated plugins when Audacity starts"),
|
||||||
@@ -144,6 +145,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
false);
|
false);
|
||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef EXPERIMENTAL_EQ_SSE_THREADED
|
#ifdef EXPERIMENTAL_EQ_SSE_THREADED
|
||||||
S.StartStatic(_("Instruction Set"));
|
S.StartStatic(_("Instruction Set"));
|
||||||
|
|||||||
Reference in New Issue
Block a user