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/ChangeLog | 5 +++++ calendar/gui/dialogs/comp-editor.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8774dabca9..c15b016ff4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-06-16 Rodrigo Moya + + * gui/dialogs/comp-editor.c (make_title_from_comp): removed unused + variable. + 2003-06-12 Jack Jia * gui/e-itip-control.c 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 v1.2.3