From 906a178ce8264e7848330d5244639c0c2d856aee Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 28 Aug 2000 14:36:26 +0000 Subject: Goodbye, GDK_THREADS! svn path=/trunk/; revision=5074 --- mail/mail.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mail/mail.h') diff --git a/mail/mail.h b/mail/mail.h index b69f1376b4..b17107369e 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -99,13 +99,6 @@ void forget_passwords (BonoboUIHandler *uih, void *user_data, const char *path); extern CamelSession *session; -/* mail-threads */ -/* These are NOT for the async thread. They handle locking - * of GDK, which is a bit wacky when threads are enabled. - */ -gint mail_dialog_run_and_close (GnomeDialog *dlg); -gint mail_dialog_run (GnomeDialog *dlg); - /* message-list */ void vfolder_subject(GtkWidget *w, FolderBrowser *fb); void vfolder_sender(GtkWidget *w, FolderBrowser *fb); -- cgit