[evolution/mail-mt-cleanup: 1/7] Remove unimplemented function declaration



commit f3082a0f34d999e96f98cd742d7597174221228a
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Tue Dec 22 09:50:03 2009 -0600

    Remove unimplemented function declaration
    
    This function is clearly not used anywhere as it's not even implemented.  Kill
    it.

 mail/mail-mt.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index e9d552a..f9e6049 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -82,10 +82,6 @@ void mail_cancel_hook_remove (GHook *hook);
 void mail_cancel_all (void);
 void mail_msg_set_cancelable (gpointer msg, gboolean status);
 
-/* request a string/password */
-gchar *mail_get_password (CamelService *service, const gchar *prompt,
-			 gboolean secret, gboolean *cache);
-
 /* asynchronous event proxies */
 typedef struct _MailAsyncEvent {
 	GMutex *lock;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]