From 4370d47c8b50a04e5564577c2a980a368bd4d1d3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 24 Oct 2009 07:04:22 -0400 Subject: Remove some unfinished / unwanted bits from mail-mt. --- mail/mail-mt.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mail/mail-mt.h') diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 396eb77ad2..64641ee093 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -87,11 +87,6 @@ void mail_msg_set_cancelable (gpointer msg, gboolean status); gchar *mail_get_password (CamelService *service, const gchar *prompt, gboolean secret, gboolean *cache); -/* present information and get an ok (or possibly cancel) - * "type" is as for gnome_message_box_new(); - */ -gboolean mail_user_message (const gchar *type, const gchar *prompt, gboolean allow_cancel); - /* asynchronous event proxies */ typedef struct _MailAsyncEvent { GMutex *lock; @@ -126,10 +121,6 @@ typedef gpointer (*MailMainFunc)(); gpointer mail_call_main(mail_call_t type, MailMainFunc func, ...); -/* use with caution. only works with active message's anyway */ -void mail_enable_stop(void); -void mail_disable_stop(void); - /* A generic proxy event for anything that can be proxied during the life of the mailer (almost nothing) */ /* Note that almost all objects care about the lifecycle of their events, so this cannot be used */ extern MailAsyncEvent *mail_async_event; -- cgit v1.2.3