[evolution-data-server] Remove unused IMAPXJobQueueInfo struct.



commit 40ce9567395e6af9157375a0da1742173b32a99c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Aug 27 20:18:33 2013 -0400

    Remove unused IMAPXJobQueueInfo struct.

 camel/camel-imapx-server.h |    1 -
 camel/camel-imapx-utils.h  |    8 --------
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/camel/camel-imapx-server.h b/camel/camel-imapx-server.h
index 0bd8960..5da74d0 100644
--- a/camel/camel-imapx-server.h
+++ b/camel/camel-imapx-server.h
@@ -64,7 +64,6 @@ typedef struct _CamelIMAPXServerClass CamelIMAPXServerClass;
 typedef struct _CamelIMAPXServerPrivate CamelIMAPXServerPrivate;
 
 typedef struct _CamelIMAPXIdle CamelIMAPXIdle;
-struct _IMAPXJobQueueInfo;
 
 /* untagged response handling */
 typedef gboolean
diff --git a/camel/camel-imapx-utils.h b/camel/camel-imapx-utils.h
index e1be21b..506686b 100644
--- a/camel/camel-imapx-utils.h
+++ b/camel/camel-imapx-utils.h
@@ -340,14 +340,6 @@ gboolean   camel_imapx_parse_quotaroot     (struct _CamelIMAPXStream *is,
                                                 GError **error);
 
 /* ********************************************************************** */
-typedef struct _IMAPXJobQueueInfo {
-       guint queue_len;
-
-       /* list of folders for which jobs are in the queue */
-       GHashTable *folders;
-} IMAPXJobQueueInfo;
-
-/* ********************************************************************** */
 
 extern guchar imapx_specials[256];
 


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