From: curt Date: Mon, 24 Aug 1998 20:09:56 +0000 (+0000) Subject: Remove time string from gui display. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11b977dee83811eba0f5909d13e30baaef902e6a;p=flightgear.git Remove time string from gui display. --- diff --git a/GUI/gui.cxx b/GUI/gui.cxx index 80d2e5f33..902a6fdcf 100644 --- a/GUI/gui.cxx +++ b/GUI/gui.cxx @@ -168,8 +168,8 @@ void guiInit() /* OK the rest is largerly put in here to mimick Steve Baker's "complex" example It should change in future versions */ - timerText = new puText (300, 10); - timerText -> setColour (PUCOL_LABEL, 1.0, 1.0, 1.0); + // timerText = new puText (300, 10); + // timerText -> setColour (PUCOL_LABEL, 1.0, 1.0, 1.0); /* Make a button to hide the menu bar */ hideMenuButton = new puButton (10,10, 150, 50);