mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Remove EXPERIMENTAL_LYRICS_WINDOW and EXPERIMENTAL_MIXER_BOARD. They've been in every beta for almost a year, so they're no longer experimental.
This commit is contained in:
@@ -252,12 +252,8 @@ void OnShowClipping();
|
||||
|
||||
void OnHistory();
|
||||
|
||||
#ifdef EXPERIMENTAL_LYRICS_WINDOW
|
||||
void OnKaraoke();
|
||||
#endif
|
||||
#ifdef EXPERIMENTAL_MIXER_BOARD
|
||||
void OnMixerBoard();
|
||||
#endif
|
||||
void OnKaraoke();
|
||||
void OnMixerBoard();
|
||||
|
||||
void OnPlotSpectrum();
|
||||
void OnContrast();
|
||||
|
||||
Reference in New Issue
Block a user