aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2003-03-08 05:10:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-08 05:10:34 +0800
commit518cb00c282a7c4d17e4b8f8106d9ef35112d89a (patch)
tree31a5b961499be2dcc6e53d1e3ca37e8ea7b3b316
parent0b5acb6141ff4618f24549343cc44afaa65245c5 (diff)
downloadgsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar
gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar.gz
gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar.bz2
gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar.lz
gsoc2013-evolution-518cb00c282a7c4d17e4b8f8106d9ef35112d89a.tar.xz
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
-rw-r--r--mail/mail-format.c4
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);