diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-06-08 16:31:51 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-06-08 16:31:51 +0100 |
commit | a17fdf987f41baf5a28260507c81cd6d1adb3ba5 (patch) | |
tree | 1e39e3b21704b7184f90e3054008c16cde7847c3 /telepathy-glib/connection-internal.h | |
parent | 8fcba3acbcd23cd597bf3afba8b67c0c43816201 (diff) | |
download | telepathy-glib-a17fdf987f41baf5a28260507c81cd6d1adb3ba5.tar.gz |
TpConnection: don't introspect alias flags, and remove some dead code
This was not, it turns out, a good idea. See TpContact or telepathy-qt4
for what we should have been doing.
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r-- | telepathy-glib/connection-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h index 0f02b9b37..8e248ee0a 100644 --- a/telepathy-glib/connection-internal.h +++ b/telepathy-glib/connection-internal.h @@ -38,8 +38,6 @@ struct _TpConnectionPrivate { TpConnectionStatusReason status_reason; GError *connection_error /* initialized statically */; - TpConnectionAliasFlags alias_flags; - /* GArray of GQuark */ GArray *contact_attribute_interfaces; |