[evolution-data-server] CamelIndexNameClass: Remove unused sync() method.



commit 86100e65cced74fd48f59f4efbdbec0d52f0e8fd
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Oct 1 22:34:40 2013 -0400

    CamelIndexNameClass: Remove unused sync() method.

 camel/camel-index.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-index.h b/camel/camel-index.h
index e4b3218..090e891 100644
--- a/camel/camel-index.h
+++ b/camel/camel-index.h
@@ -133,7 +133,6 @@ struct _CamelIndexName {
 struct _CamelIndexNameClass {
        CamelObjectClass parent;
 
-       gint (*sync)(CamelIndexName *name);
        void (*add_word)(CamelIndexName *name, const gchar *word);
        gsize (*add_buffer)(CamelIndexName *name, const gchar *buffer, gsize len);
 };


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