From 66dbf2d87306d9ee4c5325c1c96628a70d8eac1a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 12 Dec 2011 12:57:03 +0100 Subject: remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE It's not used any more and this code was the last one using the contact manager. https://bugzilla.gnome.org/show_bug.cgi?id=660547 --- libempathy-gtk/empathy-contact-widget.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libempathy-gtk/empathy-contact-widget.h') diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index fb684a41b..e683b1afe 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -61,9 +61,8 @@ typedef enum EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP = 1 << 5, EMPATHY_CONTACT_WIDGET_SHOW_LOCATION = 1 << 6, EMPATHY_CONTACT_WIDGET_NO_SET_ALIAS = 1 << 7, - EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE = 1 << 8, - EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 9, - EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 10, + EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 8, + EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 9, } EmpathyContactWidgetFlags; GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, -- cgit v1.2.3