From f9049cded460a9e316fa83ff1941970abfe0fd09 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 2 Jul 2009 19:13:15 -0400 Subject: Kill EConfigListener. --- addressbook/util/eab-book-util.c | 12 ------------ addressbook/util/eab-book-util.h | 4 ---- 2 files changed, 16 deletions(-) (limited to 'addressbook') 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 #include #include -#include - -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 -#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, -- cgit