diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/util/eab-book-util.c | 12 | ||||
-rw-r--r-- | addressbook/util/eab-book-util.h | 4 |
2 files changed, 0 insertions, 16 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index b3450a29cf..599486cfda 100644 --- a/addressbook/util/eab-book-util.c +++ b/addressbook/util/eab-book-util.c @@ -27,18 +27,6 @@ #include <string.h> #include <glib.h> #include <glib-object.h> -#include <e-util/e-config-listener.h> - -EConfigListener * -eab_get_config_database (void) -{ - static EConfigListener *config_db; - - if (config_db == NULL) - config_db = e_config_listener_new (); - - return config_db; -} /* * diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h index a06ef43929..9f8a79eae1 100644 --- a/addressbook/util/eab-book-util.h +++ b/addressbook/util/eab-book-util.h @@ -25,15 +25,11 @@ #define __EAB_UTIL_H__ #include <libebook/e-book.h> -#include "e-util/e-config-listener.h" G_BEGIN_DECLS typedef void (*EABHaveAddressCallback) (EBook *book, const gchar *addr, EContact *contact, gpointer closure); -/* config database interface. */ -EConfigListener *eab_get_config_database (void); - /* Specialized Name/Email Queries */ guint eab_name_and_email_query (EBook *book, const gchar *name, |