aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-29 19:19:13 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-30 14:56:45 +0800
commitbbffdd1e25000b5883adbf788b471efd7ff6af01 (patch)
treed6d99c452b4780116dfb9f0b77d9716ab4533b14 /libempathy-gtk/empathy-contact-widget.h
parent3d28da17726e7c53e9e2912422f9f1e1fc9b7268 (diff)
downloadgsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.tar
gsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.tar.gz
gsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.tar.bz2
gsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.tar.lz
gsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.tar.xz
gsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.tar.zst
gsoc2013-empathy-bbffdd1e25000b5883adbf788b471efd7ff6af01.zip
EmpathyContactWidget: remove unused flags and dead code
This widget is used only to add a new contact, all its flexibility isn't needed anymore. https://bugzilla.gnome.org/show_bug.cgi?id=680449
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r--libempathy-gtk/empathy-contact-widget.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h
index 00423c7ff..6979d161d 100644
--- a/libempathy-gtk/empathy-contact-widget.h
+++ b/libempathy-gtk/empathy-contact-widget.h
@@ -96,13 +96,6 @@ typedef enum
EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT = 1 << 2,
EMPATHY_CONTACT_WIDGET_EDIT_ID = 1 << 3,
EMPATHY_CONTACT_WIDGET_EDIT_GROUPS = 1 << 4,
- 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_SHOW_DETAILS = 1 << 8,
- EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 9,
- EMPATHY_CONTACT_WIDGET_NO_STATUS = 1 << 10,
- EMPATHY_CONTACT_WIDGET_NO_ACCOUNT = 1 << 11,
} EmpathyContactWidgetFlags;
GtkWidget * empathy_contact_widget_new (EmpathyContact *contact,