1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

Remove GUI Effect preference

Now handled by the individual effect options dialogs
This commit is contained in:
lllucius 2014-12-04 07:50:29 +00:00
parent 556a425467
commit 9c1d3b0214

View File

@ -127,12 +127,6 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
5);
}
S.EndMultiColumn();
S.AddSpace(5);
S.TieCheckBox(_("Display effects in graphical mode when supported"),
wxT("/Effects/GUI"),
true);
}
S.EndStatic();