diff options
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index e0d1fc35f7..81e6fe9869 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -57,16 +57,6 @@ void mail_msg_check_error(void *msg); void mail_msg_cancel(unsigned int msgid); void mail_msg_wait(unsigned int msgid); -/* set the status-bar message */ -/* start/end a new op */ -#if 0 -void mail_status_start(const char *msg); -void mail_status_end(void); -/* set a status during an op */ -void mail_statusf(const char *fmt, ...); -void mail_status(const char *msg); -#endif - /* request a string/password */ char *mail_get_password (const char *prompt, gboolean secret); |