[intro] Remove redundant code

This commit is contained in:
Hylke Bons 2010-11-20 14:52:04 +00:00
parent c1fad5ccc3
commit 808c8c6446

View file

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