aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-10 00:41:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 16:28:42 +0800
commitcd054461923a9c8c7d05fab2a5f7a88b9f2e6431 (patch)
tree78b90ac8e9e0b20833894525c334ffd5ddc8528a /libempathy-gtk/empathy-contact-list-store.h
parentb92ad3740762d958364d4f9421095b088f0d845b (diff)
downloadgsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.tar
gsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.tar.gz
gsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.tar.bz2
gsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.tar.lz
gsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.tar.xz
gsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.tar.zst
gsoc2013-empathy-cd054461923a9c8c7d05fab2a5f7a88b9f2e6431.zip
contact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE
We don't need it any more.
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h
index ec8aa3a13..a787b837f 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -63,7 +63,6 @@ typedef enum {
EMPATHY_CONTACT_LIST_STORE_COL_CAN_AUDIO_CALL,
EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL,
EMPATHY_CONTACT_LIST_STORE_COL_FLAGS,
- EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE,
EMPATHY_CONTACT_LIST_STORE_COL_IS_FAKE_GROUP,
EMPATHY_CONTACT_LIST_STORE_COL_COUNT,
} EmpathyContactListStoreCol;