[ui] remove unneeded variable

This commit is contained in:
Hylke Bons 2011-03-13 02:19:43 +00:00
parent b947908a46
commit 71aac835ba

View file

@ -52,7 +52,6 @@ namespace SparkleShare {
public static SparkleStatusIcon StatusIcon;
public static List <SparkleLog> OpenLogs;
public static int NewEvents;
public static SparkleIntro Intro;
public static NSFont Font;
@ -86,8 +85,7 @@ namespace SparkleShare {
OpenLogs = new List <SparkleLog> ();
StatusIcon = new SparkleStatusIcon ();
NewEvents = 0;
SparkleShare.Controller.NotificationRaised += delegate {