From a1750a292eb31a113a22c0278fb6517d56f78f75 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Fri, 5 Oct 2001 16:57:01 +0000 Subject: remove unused variable. 2001-10-05 Larry Ewing * e-msg-composer-attachment.c (e_msg_composer_attachment_new): remove unused variable. * e-msg-composer-attachment-bar.c (e_msg_composer_attachment_bar_find_message): generalize this to lookup content locations as well. * e-msg-composer-attachment-bar.h: change prototype to match the new function. * listener.c (impl_event): handle the url_requested event, look up parts in the attachment part and feed them down the stream if it is found. * e-msg-composer.c (handle_multipart_alternative): delay setting the body text. (handle_multipart): delay setting body text (e_msg_composer_new_with_message): set the body text from the object data. Doing this ensures that we will have the attachments processed before we try to look them up. svn path=/trunk/; revision=13445 --- composer/e-msg-composer-attachment.c | 1 - 1 file changed, 1 deletion(-) (limited to 'composer/e-msg-composer-attachment.c') diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c index b6085b6d17..49af8bc122 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -156,7 +156,6 @@ e_msg_composer_attachment_new (const gchar *file_name, CamelStream *stream; struct stat statbuf; gchar *mime_type; - char *content_id; char *filename; g_return_val_if_fail (file_name != NULL, NULL); -- cgit