[evolution-mapi] Remove mapi_store_noop_sync().



commit 257279de9c24f7296eba14ec198b385133bdd6b4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jan 15 09:14:25 2014 -0500

    Remove mapi_store_noop_sync().
    
    Does the same as the default implementation in CamelStore, and I'm
    thinking about removing the method since it's only really used for
    IMAP.

 src/camel/camel-mapi-store.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/camel/camel-mapi-store.c b/src/camel/camel-mapi-store.c
index 1c7036a..ba2055b 100644
--- a/src/camel/camel-mapi-store.c
+++ b/src/camel/camel-mapi-store.c
@@ -1762,14 +1762,6 @@ mapi_store_rename_folder_sync (CamelStore *store,
 }
 
 static gboolean
-mapi_store_noop_sync (CamelStore *store,
-                      GCancellable *cancellable,
-                      GError **error)
-{
-       return TRUE;
-}
-
-static gboolean
 mapi_store_folder_is_subscribed (CamelSubscribable *subscribable,
                                  const gchar *folder_name)
 {
@@ -2060,7 +2052,6 @@ camel_mapi_store_class_init (CamelMapiStoreClass *class)
        store_class->create_folder_sync = mapi_store_create_folder_sync;
        store_class->delete_folder_sync = mapi_store_delete_folder_sync;
        store_class->rename_folder_sync = mapi_store_rename_folder_sync;
-       store_class->noop_sync = mapi_store_noop_sync;
 }
 
 static void


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