From 87c46529b837633f7bc246f26a485262742df000 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 13 Sep 2000 21:51:43 +0000 Subject: Removed an unused variable. 2000-09-13 Federico Mena Quintero * gui/calendar-model.c (obj_updated_cb): Removed an unused variable. svn path=/trunk/; revision=5411 --- calendar/gui/calendar-model.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'calendar/gui/calendar-model.c') diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index 5a640fe515..7274c13e18 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -1517,7 +1517,6 @@ obj_updated_cb (CalClient *client, const char *uid, gpointer data) const char *new_comp_uid; int *new_idx; CalClientGetStatus status; - gboolean added; model = CALENDAR_MODEL (data); priv = model->priv; @@ -1526,8 +1525,6 @@ obj_updated_cb (CalClient *client, const char *uid, gpointer data) status = cal_client_get_object (priv->client, uid, &new_comp); - added = FALSE; - switch (status) { case CAL_CLIENT_GET_SUCCESS: /* Check if we are interested in this type of object */ -- cgit