1
0
Fork 0
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:
ed 2017-06-09 16:27:02 +01:00
parent 2bc7618424
commit 02349f4677

View file

@ -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 (" ", " ")),