[evolution-data-server] CamelIMAPXStore: Remove public 'dir_sep' member.



commit 370f3a3394eb7e24f32c28828b83f1c097391525
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Sep 11 17:19:05 2013 -0400

    CamelIMAPXStore: Remove public 'dir_sep' member.
    
    No longer used.

 camel/camel-imapx-store.c |    1 -
 camel/camel-imapx-store.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-imapx-store.c b/camel/camel-imapx-store.c
index 317e420..fa975ad 100644
--- a/camel/camel-imapx-store.c
+++ b/camel/camel-imapx-store.c
@@ -2555,7 +2555,6 @@ camel_imapx_store_init (CamelIMAPXStore *store)
        store->priv = CAMEL_IMAPX_STORE_GET_PRIVATE (store);
 
        g_mutex_init (&store->priv->get_finfo_lock);
-       store->dir_sep = '/';
 
        /* Initialize to zero to ensure we always obtain fresh folder
         * info on startup.  See imapx_store_get_folder_info_sync(). */
diff --git a/camel/camel-imapx-store.h b/camel/camel-imapx-store.h
index 4aa6fa0..909a33c 100644
--- a/camel/camel-imapx-store.h
+++ b/camel/camel-imapx-store.h
@@ -63,7 +63,6 @@ struct _CamelIMAPXStore {
        CamelIMAPXStorePrivate *priv;
 
        CamelIMAPXStoreSummary *summary; /* in-memory list of folders */
-       gchar dir_sep;
 };
 
 struct _CamelIMAPXStoreClass {


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