1
0
Fork 0

Remove time string from gui display.

This commit is contained in:
curt 1998-08-24 20:09:56 +00:00
parent 8fbd4e41c7
commit 11b977dee8

View file

@ -168,8 +168,8 @@ void guiInit()
/* OK the rest is largerly put in here to mimick Steve Baker's /* OK the rest is largerly put in here to mimick Steve Baker's
"complex" example It should change in future versions */ "complex" example It should change in future versions */
timerText = new puText (300, 10); // timerText = new puText (300, 10);
timerText -> setColour (PUCOL_LABEL, 1.0, 1.0, 1.0); // timerText -> setColour (PUCOL_LABEL, 1.0, 1.0, 1.0);
/* Make a button to hide the menu bar */ /* Make a button to hide the menu bar */
hideMenuButton = new puButton (10,10, 150, 50); hideMenuButton = new puButton (10,10, 150, 50);