From b0cdbc4ca74ff612d3af5311e8cbde01584fee19 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 7 Aug 2010 17:55:23 +0100 Subject: [PATCH] [entry] removes some lines there were commented out --- SparkleShare/SparkleEntry.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SparkleShare/SparkleEntry.cs b/SparkleShare/SparkleEntry.cs index 85150a41..f2556cee 100644 --- a/SparkleShare/SparkleEntry.cs +++ b/SparkleShare/SparkleEntry.cs @@ -36,7 +36,6 @@ namespace SparkleShare { ExampleTextActive = false; Text = ""; UseNormalTextColor (); -// ShowAll (); } @@ -86,7 +85,6 @@ namespace SparkleShare { Text = pExampleText; UseSecondaryTextColor (); -// ShowAll (); }