aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-mt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libemail-engine/mail-mt.h')
-rw-r--r--libemail-engine/mail-mt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libemail-engine/mail-mt.h b/libemail-engine/mail-mt.h
index 34bee2e7f0..4af3344326 100644
--- a/libemail-engine/mail-mt.h
+++ b/libemail-engine/mail-mt.h
@@ -104,10 +104,6 @@ GHook * mail_cancel_hook_add (GHookFunc func, gpointer data);
void mail_cancel_hook_remove (GHook *hook);
void mail_cancel_all (void);
-/* request a string/password */
-gchar *mail_get_password (CamelService *service, const gchar *prompt,
- gboolean secret, gboolean *cache);
-
/* Call a function in the GUI thread, wait for it to return, type is
* the marshaller to use. FIXME This thing is horrible, please put
* it out of its misery. */