From 02349f4677d8a99a330694a9b093aa2a6a240785 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 9 Jun 2017 16:27:02 +0100 Subject: [PATCH] JUCE Demo: Removed some commented out code --- examples/Demo/Source/IntroScreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Demo/Source/IntroScreen.cpp b/examples/Demo/Source/IntroScreen.cpp index de990cd87a..a5cbf2866d 100644 --- a/examples/Demo/Source/IntroScreen.cpp +++ b/examples/Demo/Source/IntroScreen.cpp @@ -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 (" ", " ")),