[evolution-data-server] Remove unused camel_imapx_destroy_job_queue_info().



commit b02c5a791532a31d608e84a3a58e5edc81527847
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Aug 27 20:15:58 2013 -0400

    Remove unused camel_imapx_destroy_job_queue_info().

 camel/camel-imapx-utils.c |    6 ------
 camel/camel-imapx-utils.h |    3 ---
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/camel/camel-imapx-utils.c b/camel/camel-imapx-utils.c
index 474a059..1ec71fb 100644
--- a/camel/camel-imapx-utils.c
+++ b/camel/camel-imapx-utils.c
@@ -2986,9 +2986,3 @@ imapx_get_temp_uid (void)
        return res;
 }
 
-void
-camel_imapx_destroy_job_queue_info (IMAPXJobQueueInfo *jinfo)
-{
-       g_hash_table_destroy (jinfo->folders);
-       g_free (jinfo);
-}
diff --git a/camel/camel-imapx-utils.h b/camel/camel-imapx-utils.h
index 31e6a46..e1be21b 100644
--- a/camel/camel-imapx-utils.h
+++ b/camel/camel-imapx-utils.h
@@ -347,9 +347,6 @@ typedef struct _IMAPXJobQueueInfo {
        GHashTable *folders;
 } IMAPXJobQueueInfo;
 
-void           camel_imapx_destroy_job_queue_info
-                                               (IMAPXJobQueueInfo *jinfo);
-
 /* ********************************************************************** */
 
 extern guchar imapx_specials[256];


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