[intro] Remove redundant code

This commit is contained in:
Hylke Bons 2010-11-20 14:52:04 +00:00
parent 930671beff
commit 28fa893e0f

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