Remove unused variable
This commit is contained in:
@@ -206,8 +206,6 @@ void ScreenEnding::Init()
|
|||||||
if( !PROFILEMAN->IsUsingProfile(p) )
|
if( !PROFILEMAN->IsUsingProfile(p) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
Profile* pProfile = PROFILEMAN->GetProfile(p);
|
|
||||||
|
|
||||||
FOREACH_EndingStatsLine( i )
|
FOREACH_EndingStatsLine( i )
|
||||||
{
|
{
|
||||||
m_Lines[i][p].title.LoadFromFont( THEME->GetPathF("ScreenEnding","stats title") );
|
m_Lines[i][p].title.LoadFromFont( THEME->GetPathF("ScreenEnding","stats title") );
|
||||||
|
|||||||
Reference in New Issue
Block a user