aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-01-10 06:05:31 +0800
committerChris Toshok <toshok@src.gnome.org>2003-01-10 06:05:31 +0800
commitf23d334375ed6a00c8951745df8daedcd24822d2 (patch)
tree731ac16dfb2573f72c7b83dedc7cdbf129fab8a9 /addressbook/gui/contact-editor/e-contact-editor.h
parentcdb416e9804e3fddbd346ec6cc62aa4e06b4d903 (diff)
downloadgsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar
gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.gz
gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.bz2
gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.lz
gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.xz
gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.zst
gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.zip
remove the select names stuff (the Related Contacts button/entry.)
2003-01-09 Chris Toshok <toshok@ximian.com> * 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
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h3
1 files changed, 0 insertions, 3 deletions
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 <bonobo/bonobo-ui-component.h>
#include <glade/glade.h>
-#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;