summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-contact-list.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-02 18:55:35 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-04 16:59:43 +0100
commit056c544da37479372848abc2c3fad7f70dc6f549 (patch)
tree40b4d6738221dfedd5df034857ee76ca622f7a86 /telepathy-glib/base-contact-list.h
parent48d494abf22962b96474a0adb066792f21877f03 (diff)
downloadtelepathy-glib-056c544da37479372848abc2c3fad7f70dc6f549.tar.gz
Enable code generation for ContactList, ContactGroup
Diffstat (limited to 'telepathy-glib/base-contact-list.h')
-rw-r--r--telepathy-glib/base-contact-list.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/telepathy-glib/base-contact-list.h b/telepathy-glib/base-contact-list.h
index 1f17f49f0..7d56cd9f2 100644
--- a/telepathy-glib/base-contact-list.h
+++ b/telepathy-glib/base-contact-list.h
@@ -56,14 +56,6 @@ GType tp_base_contact_list_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_BASE_CONTACT_LIST, \
TpBaseContactListClass))
-/* ---- Will be in telepathy-spec later (so, no GEnum) ---- */
-
-typedef enum { /*< skip >*/
- TP_PRESENCE_STATE_NO,
- TP_PRESENCE_STATE_ASK,
- TP_PRESENCE_STATE_YES
-} TpPresenceState;
-
/* ---- Called by subclasses for ContactList (or both) ---- */
void tp_base_contact_list_set_list_received (TpBaseContactList *self);