aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-notifications.c
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-10 15:01:22 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-10 15:01:22 -0400
commit97a3cd6a051a63c0cc2674adc8082057b51252ea (patch)
tree35e5fe31f69f03322b34cf04aa7476357321ace8 /src/indicator-notifications.c
parentce9d847b99a3a951f54beaf8b4b3d4cd7704c7d5 (diff)
downloadayatana-indicator-notifications-97a3cd6a051a63c0cc2674adc8082057b51252ea.tar.gz
ayatana-indicator-notifications-97a3cd6a051a63c0cc2674adc8082057b51252ea.tar.bz2
ayatana-indicator-notifications-97a3cd6a051a63c0cc2674adc8082057b51252ea.zip
Commenting out an unneeded variable to remove a warning.
Diffstat (limited to 'src/indicator-notifications.c')
-rw-r--r--src/indicator-notifications.c2
1 files changed, 1 insertions, 1 deletions
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;