diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 053b1af749..4bc0ece5e7 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2551,8 +2551,6 @@ void ScreenEdit::HandleMainMenuChoice( MainMenuChoice c, const vector &iAns { ASSERT( pSteps->IsAnEdit() ); - pSteps->SetLoadedFromProfile( ProfileSlot_Machine ); - // XXX show error NotesWriterSM w; if( !w.WriteEditFileToMachine(pSong, pSteps) )