aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-03 07:13:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-03 07:13:15 +0800
commitf9049cded460a9e316fa83ff1941970abfe0fd09 (patch)
tree8f33fb755f4a9d1b5801e51e53a298370804dc50 /addressbook
parent11a1fab991cefe94f90a5c4f4a5567dc068dce05 (diff)
downloadgsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar
gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.gz
gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.bz2
gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.lz
gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.xz
gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.tar.zst
gsoc2013-evolution-f9049cded460a9e316fa83ff1941970abfe0fd09.zip
Kill EConfigListener.
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/util/eab-book-util.c12
-rw-r--r--addressbook/util/eab-book-util.h4
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,