Remove time string from gui display.
This commit is contained in:
parent
8fbd4e41c7
commit
11b977dee8
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue