diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-12 08:23:46 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-12 08:23:46 +0800 |
commit | b2352331e734c9095260d47af39f074e9704707b (patch) | |
tree | 2e0e3443f08c889a0dc4a3f1490474228726ea2e /mail/mail.h | |
parent | d49b1127126e01b8cc50150b92a518db750eceec (diff) | |
download | gsoc2013-evolution-b2352331e734c9095260d47af39f074e9704707b.tar.gz gsoc2013-evolution-b2352331e734c9095260d47af39f074e9704707b.tar.zst gsoc2013-evolution-b2352331e734c9095260d47af39f074e9704707b.zip |
Remove unecessary #include <camel.h>
2001-08-11 Jason Leach <jleach@ximian.com>
* mail-accounts.h: Remove unecessary #include <camel.h>
* mail.h: Removed a prototype for a non-existant
mail_view_create().
svn path=/trunk/; revision=11925
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail.h b/mail/mail.h index c1dc0d5acf..509d5647d0 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -63,9 +63,6 @@ char *mail_get_message_body (CamelDataWrapper *data, gboolean want_plain, /* mail-identify */ char *mail_identify_mime_part (CamelMimePart *part, MailDisplay *md); -/* mail view */ -GtkWidget *mail_view_create (CamelFolder *source, const char *uid, CamelMimeMessage *msg); - /* component factory for lack of a better place */ void mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const char *name); /*takes a GSList of MailConfigServices */ |