diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 14f4362439..da3f26154e 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -374,8 +374,6 @@ void GameState::EndGame() if( !PROFILEMAN->IsUsingProfile(pn) ) continue; - Profile* pProfile = PROFILEMAN->GetProfile(pn); - PROFILEMAN->SaveProfile( pn ); PROFILEMAN->UnloadProfile( pn ); }