mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
JUCE Demo: Removed some commented out code
This commit is contained in:
parent
2bc7618424
commit
02349f4677
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ public:
|
|||
addAndMakeVisible (linkButton);
|
||||
addAndMakeVisible (logo);
|
||||
|
||||
// versionLabel.setColour (Label::textColourId, Colours::white);
|
||||
versionLabel.setText (String ("{version} built on {date}")
|
||||
.replace ("{version}", SystemStats::getJUCEVersion())
|
||||
.replace ("{date}", String (__DATE__).replace (" ", " ")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue