From ecf35d6f367a4fe236a8104ef5e92ae1ac1c4a98 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 20 Nov 2010 14:52:04 +0000 Subject: [PATCH] [intro] Remove redundant code --- SparkleShare/SparkleIntro.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 0a896eae..b31feb2e 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -614,13 +614,6 @@ namespace SparkleShare { finish_button.Clicked += delegate (object o, EventArgs args) { - // TODO: This can probably go away as we're - // now always showing the status icon even without folders - if (SparkleUI.StatusIcon == null) - SparkleUI.StatusIcon = new SparkleStatusIcon (); - else - SparkleUI.StatusIcon.UpdateMenu (); - Destroy (); };