diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-18 00:12:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-18 00:12:49 +0800 |
commit | 06098ff7becaed9aff517fb693c18adf6a21cca0 (patch) | |
tree | 0293e45a898b75c5d32ba648e31ef630e46a111c /libempathy-gtk | |
parent | 479275712b6f5984d58728d28d9bad99c94108cf (diff) | |
download | gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.tar gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.tar.gz gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.tar.bz2 gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.tar.lz gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.tar.xz gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.tar.zst gsoc2013-empathy-06098ff7becaed9aff517fb693c18adf6a21cca0.zip |
remove EMPATHY_CONTACT_LIST_STORE_COL_CLIENT_TYPES
It's unusd and we don't have this column in the model. (#635082)
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-store.h | 1 |
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 b68a274d6..1760a0066 100644 --- a/libempathy-gtk/empathy-contact-list-store.h +++ b/libempathy-gtk/empathy-contact-list-store.h @@ -65,7 +65,6 @@ typedef enum { EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL, EMPATHY_CONTACT_LIST_STORE_COL_FLAGS, EMPATHY_CONTACT_LIST_STORE_COL_IS_FAKE_GROUP, - EMPATHY_CONTACT_LIST_STORE_COL_CLIENT_TYPES, EMPATHY_CONTACT_LIST_STORE_COL_COUNT, } EmpathyContactListStoreCol; |