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 (); };