From 9deee95f5f3b8f832eb5e659c8a10c58406c9e61 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 29 May 2004 08:15:39 +0000 Subject: [PATCH] remove unused variable --- stepmania/src/GameState.cpp | 2 -- 1 file changed, 2 deletions(-) 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 ); }