From d21d923423231c70ddb674b2e6bd61b1f39675cf Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 8 Feb 2006 13:06:24 +0000 Subject: broken pipes are soo fun svn path=/trunk/; revision=31452 --- calendar/gui/dialogs/delete-comp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'calendar/gui/dialogs/delete-comp.c') diff --git a/calendar/gui/dialogs/delete-comp.c b/calendar/gui/dialogs/delete-comp.c index 6ac8d5d61a..dab62ae8b9 100644 --- a/calendar/gui/dialogs/delete-comp.c +++ b/calendar/gui/dialogs/delete-comp.c @@ -61,7 +61,7 @@ delete_component_dialog (ECalComponent *comp, int n_comps, ECalComponentVType vtype, GtkWidget *widget) { - const char *stock_icon, *id; + const char *id; char *arg0 = NULL; int response; @@ -91,7 +91,6 @@ delete_component_dialog (ECalComponent *comp, switch (vtype) { case E_CAL_COMPONENT_EVENT: - stock_icon = "stock_calendar"; if (arg0) id = "calendar:prompt-delete-titled-appointment"; else @@ -99,7 +98,6 @@ delete_component_dialog (ECalComponent *comp, break; case E_CAL_COMPONENT_TODO: - stock_icon = "stock_todo"; if (arg0) id = "calendar:prompt-delete-named-task"; else @@ -107,7 +105,6 @@ delete_component_dialog (ECalComponent *comp, break; case E_CAL_COMPONENT_JOURNAL: - stock_icon = "stock_calendar"; if (arg0) id = "calendar:prompt-delete-named-journal"; else -- cgit v1.2.3