diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-08 05:10:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-08 05:10:34 +0800 |
commit | 518cb00c282a7c4d17e4b8f8106d9ef35112d89a (patch) | |
tree | 31a5b961499be2dcc6e53d1e3ca37e8ea7b3b316 /mail | |
parent | 0b5acb6141ff4618f24549343cc44afaa65245c5 (diff) | |
download | gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar.gz gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar.zst gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.zip |
removed erroneous static prototype (it is now supposed to be a public symbol)
svn path=/trunk/; revision=20222
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-format.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index 20f3719de9..67a4604b2c 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -59,10 +59,6 @@ #define STANDARD_ISSUE_TABLE_OPEN "<table cellspacing=0 cellpadding=10 width=\"100%\">" -static ssize_t mail_format_data_wrapper_write_to_stream (CamelDataWrapper *wrapper, - MailDisplay *mail_display, - CamelStream *stream); - static gboolean handle_text_plain (CamelMimePart *part, const char *mime_type, MailDisplay *md, MailDisplayStream *stream); |