diff options
Diffstat (limited to 'addressbook/util/eab-book-util.h')
-rw-r--r-- | addressbook/util/eab-book-util.h | 4 |
1 files changed, 0 insertions, 4 deletions
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, |