From 71aac835ba15e9a9406477530c69a4238c05345c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 13 Mar 2011 02:19:43 +0000 Subject: [PATCH] [ui] remove unneeded variable --- SparkleShare/Mac/SparkleUI.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SparkleShare/Mac/SparkleUI.cs b/SparkleShare/Mac/SparkleUI.cs index 8438ba2a..b31de156 100644 --- a/SparkleShare/Mac/SparkleUI.cs +++ b/SparkleShare/Mac/SparkleUI.cs @@ -52,7 +52,6 @@ namespace SparkleShare { public static SparkleStatusIcon StatusIcon; public static List OpenLogs; - public static int NewEvents; public static SparkleIntro Intro; public static NSFont Font; @@ -86,8 +85,7 @@ namespace SparkleShare { OpenLogs = new List (); StatusIcon = new SparkleStatusIcon (); - - NewEvents = 0; + SparkleShare.Controller.NotificationRaised += delegate {