From 83ea15c72f0d9b51119711d8d3c5f9c91487a17c Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 12 Jul 2000 01:17:10 +0000 Subject: Removed an unused function 2000-07-11 Christopher James Lahey * gui/component/addressbook.c: Removed an unused function svn path=/trunk/; revision=4103 --- addressbook/ChangeLog | 4 ++++ addressbook/gui/component/addressbook.c | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 845d846ef8..7003c407e7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2000-07-11 Christopher James Lahey + + * gui/component/addressbook.c: Removed an unused function + 2000-07-10 Dan Winship * gui/component/select-names/Makefile.am (EXTRA_DIST): add idl 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), -- cgit v1.2.3