Skip to content

Commit

Permalink
Remove some commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Sep 8, 2015
1 parent 0117a43 commit cf216f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fofix/game/guitarscene/GuitarScene.py
Expand Up @@ -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..."))

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cf216f0

Please sign in to comment.