From a89304c0cb4f2169af9e21a3ce0c0ba60a0cd9fb Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Mon, 2 May 2005 01:53:09 +0000 Subject: [PATCH] Remove unused variable --- stepmania/src/ScreenEnding.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index 3c39ca6af2..8d765cf568 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -205,8 +205,6 @@ void ScreenEnding::Init() // don't show stats if not using a profile if( !PROFILEMAN->IsUsingProfile(p) ) continue; - - Profile* pProfile = PROFILEMAN->GetProfile(p); FOREACH_EndingStatsLine( i ) {