[Telepathy-commits] [telepathy-gabble/master] Connection: TpBaseConnection now implements Requests; don't implement it again.
Will Thompson
will.thompson at collabora.co.uk
Thu Sep 11 03:19:25 PDT 2008
---
src/connection.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index 98eac85..2fee72a 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -95,8 +95,6 @@ G_DEFINE_TYPE_WITH_CODE(GabbleConnection,
tp_presence_mixin_simple_presence_iface_init);
G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE,
conn_presence_iface_init);
- G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_REQUESTS,
- tp_base_connection_requests_iface_init);
G_IMPLEMENT_INTERFACE (GABBLE_TYPE_SVC_OLPC_BUDDY_INFO,
olpc_buddy_info_iface_init);
G_IMPLEMENT_INTERFACE (GABBLE_TYPE_SVC_OLPC_ACTIVITY_PROPERTIES,
@@ -669,8 +667,6 @@ gabble_connection_class_init (GabbleConnectionClass *gabble_connection_class)
tp_dbus_properties_mixin_class_init (object_class,
G_STRUCT_OFFSET (GabbleConnectionClass, properties_class));
- tp_base_connection_register_requests_dbus_properties (object_class);
-
tp_contacts_mixin_class_init (object_class,
G_STRUCT_OFFSET (GabbleConnectionClass, contacts_class));
--
1.5.6.5
More information about the Telepathy-commits
mailing list