From 3002efa8da8bb36be280df6b42cd0c797c5e8d6c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 24 Jul 2011 16:25:58 +0100 Subject: [PATCH] bubbles: remove commented out code that we're not going to use --- SparkleShare/SparkleBubbles.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SparkleShare/SparkleBubbles.cs b/SparkleShare/SparkleBubbles.cs index 7f0f2cf3..154f209e 100644 --- a/SparkleShare/SparkleBubbles.cs +++ b/SparkleShare/SparkleBubbles.cs @@ -43,14 +43,5 @@ namespace SparkleShare { notification.Show (); }; } - - - // Checks whether the system allows adding buttons to a notification, - // prevents error messages in Ubuntu. -// new public void AddAction (string action, string label, ActionHandler handler) -// { -// if (Array.IndexOf (Notifications.Global.Capabilities, "actions") > -1) -// base.AddAction (action, label, handler); -// } } }