From cf216f08c5cb94164cec4f8034abf8a0dd87d45e Mon Sep 17 00:00:00 2001 From: Matthew Sitton Date: Mon, 7 Sep 2015 23:21:36 -0500 Subject: [PATCH] Remove some commented out code. --- fofix/game/guitarscene/GuitarScene.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fofix/game/guitarscene/GuitarScene.py b/fofix/game/guitarscene/GuitarScene.py index 3e33db66e..105dd3443 100644 --- a/fofix/game/guitarscene/GuitarScene.py +++ b/fofix/game/guitarscene/GuitarScene.py @@ -84,7 +84,6 @@ def __init__(self, engine, libraryName, songName): phrase = self.sinfo.loadingPhrase if phrase == "": phrase = random.choice(self.engine.theme.loadingPhrase) - #splash = Dialogs.showLoadingSplashScreen(self.engine, phrase + " \n " + _("Initializing...")) splash = Dialogs.showSongLoadingSplashScreen(self.engine, songName, libraryName, phrase + " \n " + _("Initializing...")) Dialogs.changeLoadingSplashScreenText(self.engine, splash, phrase + " \n " + _("Initializing...")) @@ -448,11 +447,9 @@ def __init__(self, engine, libraryName, songName): self.coOpPlayerMeter = len(self.rock)-1 #make sure it's the last one - #Dialogs.changeLoadingSplashScreenText(self.engine, splash, phrase + " \n " + _("Loading Stage...")) stage = os.path.join("themes",themename,"stage.ini") self.stage = Stage.Stage(self, self.engine.resource.fileName(stage)) - #Dialogs.changeLoadingSplashScreenText(self.engine, splash, phrase + " \n " + _("Loading Settings...")) self.loadSettings() self.tsBotNames = [_("KiD"), _("Stump"), _("AkedRobot"), _("Q"), _("MFH"), _("Jurgen")] #MFH pre-translate text strings: