aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-mt.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-27 23:00:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-27 23:02:59 +0800
commit0fcfad1df3acf8de6573896c086747b808ceaed9 (patch)
treeedbb87bc6cf4fa7b4e4bcef8bbc3347a5a3091c1 /libemail-engine/mail-mt.h
parentf72c529f093da0d9a94ef9f8dad797e96bf06bcd (diff)
downloadgsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.tar
gsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.tar.gz
gsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.tar.bz2
gsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.tar.lz
gsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.tar.xz
gsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.tar.zst
gsoc2013-evolution-0fcfad1df3acf8de6573896c086747b808ceaed9.zip
mail-mt.h: Remove dangling mail_get_password() declaration.
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. */