aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook.c')
-rw-r--r--addressbook/gui/component/addressbook.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index ec0ffca4ac..e079550d92 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -404,13 +404,6 @@ print_cb (BonoboUIHandler *uih, void *user_data, const char *path)
}
}
-static void
-open_dialog(GtkWidget *button, ESelectNamesManager *manager)
-{
- char *id = gtk_object_get_data(GTK_OBJECT(button), "id");
- e_select_names_manager_activate_dialog(manager, id);
-}
-
static GnomeUIInfo gnome_toolbar [] = {
GNOMEUIINFO_ITEM_STOCK (N_("New"), N_("Create a new contact"), new_contact_cb, GNOME_STOCK_PIXMAP_NEW),