mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-21 08:15:54 +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:
@@ -10,7 +10,6 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "Experimental.h"
|
||||
#ifdef EXPERIMENTAL_LYRICS_WINDOW
|
||||
|
||||
#include "LyricsWindow.h"
|
||||
#include "Lyrics.h"
|
||||
@@ -141,4 +140,3 @@ void LyricsWindow::OnStyle_Highlight(wxCommandEvent &evt)
|
||||
mLyricsPanel->SetLyricsStyle(Lyrics::kHighlightLyrics);
|
||||
}
|
||||
|
||||
#endif // EXPERIMENTAL_LYRICS_WINDOW
|
||||
|
||||
Reference in New Issue
Block a user