[evolution-data-server] CamelIMAPXStore: Remove unused public members.



commit e247656ba530c4aedbc553c9258d45d62754865d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Aug 17 09:20:01 2013 -0400

    CamelIMAPXStore: Remove unused public members.

 camel/camel-imapx-store.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/camel/camel-imapx-store.h b/camel/camel-imapx-store.h
index ea882f9..5465ef1 100644
--- a/camel/camel-imapx-store.h
+++ b/camel/camel-imapx-store.h
@@ -65,20 +65,10 @@ struct _CamelIMAPXStore {
        CamelIMAPXStoreSummary *summary; /* in-memory list of folders */
        gchar dir_sep;
 
-       guint32 rec_options;
-
        /* Used for syncronizing get_folder_info. Check for re-use of any other lock. At the
         * moment, could not find anything suitable for this */
        GMutex get_finfo_lock;
        time_t last_refresh_time;
-
-       /* hash table of UIDs to ignore as recent when updating folder */
-       GHashTable *ignore_recent;
-
-       /* if we had a login error, what to show to user */
-       gchar *login_error;
-
-       GPtrArray *pending_list;
 };
 
 struct _CamelIMAPXStoreClass {


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