From f9149b5b0d1dc861a3223a66cf23f1b309fe0e45 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 19 Sep 2006 09:37:02 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 42c6a96e9f..74313c99f6 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -80,8 +80,6 @@ static Preference g_bAllowMultipleInstances( "AllowMultipleInstances", false ); -void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame ); - void StepMania::GetPreferredVideoModeParams( VideoModeParams ¶msOut ) { @@ -766,7 +764,7 @@ void StepMania::ChangeCurrentGame( const Game* g ) INPUTMAPPER->ReadMappingsFromDisk(); } -void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame ) +static void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame ) { ASSERT( GAMESTATE ); ASSERT( ANNOUNCER );