mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02: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:
parent
1e6e251ea9
commit
b5dc59677c
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user