diff options
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.h | 16 |
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; |