aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-04-21 13:17:26 +0800
committerHans Petter <hansp@src.gnome.org>2004-04-21 13:17:26 +0800
commit8a01ae27024dc0020b0c01a95cc08b4b3baa1e10 (patch)
tree7991b9790513fbb25216d6e50ac3320af632753d /addressbook/gui/contact-editor/e-contact-editor.h
parent726379c6241852b543b670850a6be741fce93ac1 (diff)
downloadgsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.tar
gsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.tar.gz
gsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.tar.bz2
gsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.tar.lz
gsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.tar.xz
gsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.tar.zst
gsoc2013-evolution-8a01ae27024dc0020b0c01a95cc08b4b3baa1e10.zip
Remove unused fields.
2004-04-21 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/e-contact-editor.h (EContactEditor): Remove unused fields. * gui/contact-editor/e-contact-editor.c (emails): Remove. (e_contact_editor_init): Don't init unused fields. (e_contact_editor_dispose): Don't free/clear unused fields. (enable_writable_fields): Don't use email_choice anymore. Enable checkbutton-htmlmail only once. svn path=/trunk/; revision=25550
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h
index 10d2567cba..a34c19e031 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.h
+++ b/addressbook/gui/contact-editor/e-contact-editor.h
@@ -68,26 +68,10 @@ struct _EContactEditor
GladeXML *gui;
GtkWidget *app;
- GnomeUIInfo *email_info;
- GnomeUIInfo *phone_info;
- GnomeUIInfo *address_info;
- GtkWidget *email_popup;
- GtkWidget *phone_popup;
- GtkWidget *address_popup;
- GList *email_list;
- GList *phone_list;
- GList *address_list;
EContactName *name;
char *company;
- GtkListStore *im_model;
-
- EContactField email_choice;
- EContactField phone_choice[4];
- EContactField address_choice;
- EContactField address_mailing;
-
/* Whether we are editing a new contact or an existing one */
guint is_new_contact : 1;