bubbles: remove commented out code that we're not going to use

This commit is contained in:
Hylke Bons 2011-07-24 16:25:58 +01:00
parent e03377dc91
commit 3002efa8da

View file

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