From 88547f7628a0beb0fea18f72c02dbbbd259f6de7 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 30 Oct 2001 23:45:17 +0000 Subject: Revert. svn path=/trunk/; revision=14508 --- calendar/gui/itip-utils.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index 454f18a75c..013787ee39 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -322,12 +322,6 @@ comp_subject (CalComponent *comp) } } -static CORBA_char * -comp_body (CalComponent *comp) -{ - return CORBA_string_dup (""); -} - static CORBA_char * comp_content_type (CalComponentItipMethod method) { @@ -679,7 +673,7 @@ itip_send_comp (CalComponentItipMethod method, CalComponent *send_comp) GNOME_Evolution_Composer_RecipientList *to_list = NULL; GNOME_Evolution_Composer_RecipientList *cc_list = NULL; GNOME_Evolution_Composer_RecipientList *bcc_list = NULL; - CORBA_char *body = NULL, *subject = NULL, *content_type = NULL; + CORBA_char *subject = NULL, *content_type = NULL; CORBA_char *filename = NULL, *description = NULL; GNOME_Evolution_Composer_AttachmentData *attach_data = NULL; CORBA_boolean show_inline; @@ -716,9 +710,6 @@ itip_send_comp (CalComponentItipMethod method, CalComponent *send_comp) goto cleanup; } - /* Body of the message */ - body = comp_body (comp); - /* Content type, suggested file name, description */ content_type = comp_content_type (method); filename = comp_filename (comp); @@ -767,8 +758,6 @@ itip_send_comp (CalComponentItipMethod method, CalComponent *send_comp) if (subject != NULL) CORBA_free (subject); - if (body != NULL) - CORBA_free (body); if (content_type != NULL) CORBA_free (content_type); if (filename != NULL) -- cgit v1.2.3