style cleanup

This commit is contained in:
Chris Danford
2005-12-25 19:27:31 +00:00
parent 236a727d64
commit 7a76b58bd3
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -918,9 +918,7 @@ static void ApplyLogPreferences()
static CString LocalizeString( const CString &sSection, const CString &s )
{
CString sOut;
THEME->GetString( sSection, s, sOut );
return sOut;
return THEME->GetString( sSection, s );
}
static LocalizedString COULDNT_OPEN_LOADING_WINDOW( "StepMania", "Couldn't open any loading windows." );