From f663802fcf934e0af482b1d6717abc1abb652248 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 20 Jun 2003 12:50:26 +0000 Subject: removed unused variable. 2003-06-16 Rodrigo Moya * gui/dialogs/comp-editor.c (make_title_from_comp): removed unused variable. svn path=/trunk/; revision=21494 --- calendar/gui/dialogs/comp-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 8186fa95ab..57ba30bf6d 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -784,7 +784,7 @@ comp_editor_get_cal_client (CompEditor *editor) static char * make_title_from_comp (CalComponent *comp) { - char *title, *title_utf8; + char *title; const char *type_string; CalComponentVType type; CalComponentText text; -- cgit