diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-03 07:13:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-03 07:13:15 +0800 |
commit | f9049cded460a9e316fa83ff1941970abfe0fd09 (patch) | |
tree | 8f33fb755f4a9d1b5801e51e53a298370804dc50 /addressbook/util/eab-book-util.h | |
parent | 11a1fab991cefe94f90a5c4f4a5567dc068dce05 (diff) | |
download | gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.gz gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.zst gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.zip |
Kill EConfigListener.
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, |