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 11:14:44 +0800
commite013e10cc54fae7ad8409aa65c4731331ed6000a (patch)
treeb8ad2b6b1bb56fc101fe75c56fa68fbe9ba4933e /addressbook
parent511133e8a3c43b69724491a273460e44b240e669 (diff)
downloadgsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.tar
gsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.tar.gz
gsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.tar.bz2
gsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.tar.lz
gsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.tar.xz
gsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.tar.zst
gsoc2013-evolution-e013e10cc54fae7ad8409aa65c4731331ed6000a.zip
Kill EConfigListener.
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/component/addressbook.h1
-rw-r--r--addressbook/util/eab-book-util.c12
-rw-r--r--addressbook/util/eab-book-util.h4
3 files changed, 0 insertions, 17 deletions
diff --git a/addressbook/gui/component/addressbook.h b/addressbook/gui/component/addressbook.h
index 0dbd4d7a3d..3997c9c176 100644
--- a/addressbook/gui/component/addressbook.h
+++ b/addressbook/gui/component/addressbook.h
@@ -23,7 +23,6 @@
#define __ADDRESSBOOK_H__
#include <bonobo/bonobo-control.h>
-#include <e-util/e-config-listener.h>
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-moniker-util.h>
#include <libebook/e-book.h>
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 8a9df33e40..8c43b64bcd 100644
--- a/addressbook/util/eab-book-util.h
+++ b/addressbook/util/eab-book-util.h
@@ -27,15 +27,11 @@
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-moniker-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,