[Telepathy-commits] [telepathy-gabble/master] GabbleConnection: use GabbleMucFactory as a GabbleChannelManager

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Nov 3 11:20:52 PST 2008


20080805145014-53eee-5f188c0b2be3d6e0dd8419036eadb6151b56a931.gz
---
 src/connection.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index b19a26a..cb32342 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -193,11 +193,6 @@ _gabble_connection_create_channel_factories (TpBaseConnection *conn)
 
   g_ptr_array_add (channel_factories, self->roster);
 
-  self->muc_factory = g_object_new (GABBLE_TYPE_MUC_FACTORY,
-      "connection", self,
-      NULL);
-  g_ptr_array_add (channel_factories, self->muc_factory);
-
   g_ptr_array_add (channel_factories,
                    g_object_new (GABBLE_TYPE_MEDIA_FACTORY,
                                  "connection", self,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list