diff --git a/stepmania/src/ScreenEditMenu.cpp b/stepmania/src/ScreenEditMenu.cpp index 92ed873d95..991654ec50 100644 --- a/stepmania/src/ScreenEditMenu.cpp +++ b/stepmania/src/ScreenEditMenu.cpp @@ -54,8 +54,6 @@ void ScreenEditMenu::Init() this->AddChild( &m_textNumStepsLoadedFromProfile ); this->SortByDrawOrder(); - - SOUND->PlayMusic( THEME->GetPathS(m_sName,"music") ); }