aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-01-05 05:43:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-01-05 09:22:21 +0800
commit1501b8588c33f96310cf30b39b8a75f5a55afab0 (patch)
tree1d1c1b90d06c58787ad2a81208a602e9c6fab55d /addressbook
parente969826cd3ef2ba0f473313197990793d4bcac0b (diff)
downloadgsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.tar
gsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.tar.gz
gsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.tar.bz2
gsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.tar.lz
gsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.tar.xz
gsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.tar.zst
gsoc2013-evolution-1501b8588c33f96310cf30b39b8a75f5a55afab0.zip
Kill e_popup_menu().
The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch].
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/widgets/e-addressbook-model.c1
-rw-r--r--addressbook/gui/widgets/e-addressbook-reflow-adapter.c1
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.c b/addressbook/gui/widgets/e-addressbook-model.c
index 71de495f13..1906f665a2 100644
--- a/addressbook/gui/widgets/e-addressbook-model.c
+++ b/addressbook/gui/widgets/e-addressbook-model.c
@@ -25,7 +25,6 @@
#include <glib/gi18n.h>
#include "e-addressbook-model.h"
#include <e-util/e-util.h>
-#include <misc/e-gui-utils.h>
#include "eab-gui-util.h"
#define E_ADDRESSBOOK_MODEL_GET_PRIVATE(obj) \
diff --git a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
index 500b045077..5928f51a74 100644
--- a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
+++ b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
@@ -26,7 +26,6 @@
#include "e-minicard.h"
#include <e-util/e-util.h>
-#include <misc/e-gui-utils.h>
#include "addressbook/printing/e-contact-print.h"
struct _EAddressbookReflowAdapterPrivate {
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index 43df184598..37d1376340 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -27,7 +27,6 @@
#include <table/e-table.h>
#include <table/e-table-model.h>
#include <table/e-cell-date.h>
-#include <misc/e-gui-utils.h>
#include <misc/e-selectable.h>
#include <widgets/menus/gal-view-factory-etable.h>
#include <filter/e-rule-editor.h>