From 17d72ede1803282d178be4b1ebb7e985c227e650 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Fri, 4 Dec 2009 09:26:19 -0600 Subject: Small cleanup --- src/libappindicator/app-indicator.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c index 85b0bf0..652da6e 100644 --- a/src/libappindicator/app-indicator.c +++ b/src/libappindicator/app-indicator.c @@ -364,7 +364,6 @@ app_indicator_set_property (GObject * object, guint prop_id, const GValue * valu { AppIndicator *self = APP_INDICATOR (object); AppIndicatorPrivate *priv = self->priv; - gboolean changed = FALSE; const gchar *instr; GEnumValue *enum_val; @@ -388,7 +387,6 @@ app_indicator_set_property (GObject * object, guint prop_id, const GValue * valu if (priv->category != enum_val->value) { priv->category = enum_val->value; - changed = TRUE; } break; -- cgit v1.2.3