From 229226f0c526527bae9f5eaf82b54bc8eeb21243 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 15:01:22 -0400 Subject: Commenting out an unneeded variable to remove a warning. --- src/indicator-notifications.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c index bf28ade..32807e4 100644 --- a/src/indicator-notifications.c +++ b/src/indicator-notifications.c @@ -120,7 +120,7 @@ indicator_notifications_class_init(IndicatorNotificationsClass *klass) static void menu_visible_notify_cb(GtkWidget *menu, G_GNUC_UNUSED GParamSpec *pspec, gpointer user_data) { - IndicatorNotifications *self = INDICATOR_NOTIFICATIONS(user_data); + /*IndicatorNotifications *self = INDICATOR_NOTIFICATIONS(user_data);*/ g_debug("notify visible signal received"); gboolean visible; -- cgit v1.2.3