From f23d334375ed6a00c8951745df8daedcd24822d2 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 9 Jan 2003 22:05:31 +0000 Subject: remove the select names stuff (the Related Contacts button/entry.) 2003-01-09 Chris Toshok * gui/contact-editor/e-contact-editor.[ch]: remove the select names stuff (the Related Contacts button/entry.) * gui/contact-editor/contact-editor.glade: same. svn path=/trunk/; revision=19376 --- addressbook/gui/contact-editor/e-contact-editor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'addressbook/gui/contact-editor/e-contact-editor.h') diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index f4b8051fed..8642aecac1 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -25,7 +25,6 @@ #include #include -#include "addressbook/gui/component/select-names/e-select-names-manager.h" #include "addressbook/backend/ebook/e-book.h" #include "addressbook/backend/ebook/e-card.h" #include "addressbook/backend/ebook/e-card-simple.h" @@ -75,8 +74,6 @@ struct _EContactEditor GList *phone_list; GList *address_list; - ESelectNamesManager *select_names_contacts; - ECardName *name; char *company; -- cgit