diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-13 05:39:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-13 05:41:53 +0800 |
commit | 0e87b9fa4e6136c6d9e7d5b754759155b8c808e1 (patch) | |
tree | 04edd3a861aea8789a68f81272533a6c77fc96b5 /mail/mail-mt.h | |
parent | 3c5f899f2dffb805aeff4bde6172a6dcfd8bae79 (diff) | |
download | gsoc2013-evolution-0e87b9fa4e6136c6d9e7d5b754759155b8c808e1.tar.gz gsoc2013-evolution-0e87b9fa4e6136c6d9e7d5b754759155b8c808e1.tar.zst gsoc2013-evolution-0e87b9fa4e6136c6d9e7d5b754759155b8c808e1.zip |
Remove unused mail_msg_wait().
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 7a9efb94e4..e925946f0a 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -64,7 +64,6 @@ gpointer mail_msg_ref (gpointer msg); void mail_msg_unref (gpointer msg); void mail_msg_check_error (gpointer msg); void mail_msg_cancel (guint msgid); -void mail_msg_wait (guint msgid); gboolean mail_msg_active (void); /* dispatch a message */ |