[Telepathy-commits] [telepathy-gabble/master] Remove redundant g_object_get call

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Oct 30 08:19:49 PDT 2008


---
 src/im-factory.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/im-factory.c b/src/im-factory.c
index 2a96279..49758dc 100644
--- a/src/im-factory.c
+++ b/src/im-factory.c
@@ -307,11 +307,6 @@ im_channel_closed_cb (GabbleIMChannel *chan, gpointer user_data)
 
   DEBUG ("%p, channel %p", self, chan);
 
-  g_object_get (chan,
-      "handle", &contact_handle,
-      "channel-destroyed", &really_destroyed,
-      NULL);
-
   tp_channel_manager_emit_channel_closed_for_object (self,
       (TpExportableChannel *) chan);
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list