From 8a01ae27024dc0020b0c01a95cc08b4b3baa1e10 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 21 Apr 2004 05:17:26 +0000 Subject: Remove unused fields. 2004-04-21 Hans Petter Jansson * 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 --- addressbook/gui/contact-editor/e-contact-editor.h | 16 ---------------- 1 file changed, 16 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 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; -- cgit v1.2.3