1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 22:45:29 +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:
v.audacity
2010-07-21 04:53:38 +00:00
parent 64360a2cd4
commit e30ce7ddb7
11 changed files with 199 additions and 341 deletions

View File

@@ -10,7 +10,6 @@
**********************************************************************/
#include "Experimental.h"
#ifdef EXPERIMENTAL_MIXER_BOARD
#include <math.h>
@@ -1376,5 +1375,4 @@ void MixerBoardFrame::OnSize(wxSizeEvent &event)
mMixerBoard->SetSize(this->GetClientSize());
}
#endif // EXPERIMENTAL_MIXER_BOARD