]> git.mxchange.org Git - flightgear.git/commitdiff
Remove time string from gui display.
authorcurt <curt>
Mon, 24 Aug 1998 20:09:56 +0000 (20:09 +0000)
committercurt <curt>
Mon, 24 Aug 1998 20:09:56 +0000 (20:09 +0000)
GUI/gui.cxx

index 80d2e5f338f1f51793e5d6950f86c3d76ed128d4..902a6fdcf8009f25d1f2af7be2a1fc1b1b355d02 100644 (file)
@@ -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);