diff options
Diffstat (limited to 'libempathy/empathy-call-handler.c')
-rw-r--r-- | libempathy/empathy-call-handler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index 1b4de168d..449891825 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -249,8 +249,6 @@ empathy_call_handler_tf_channel_session_created_cb (TfChannel *tfchannel, { EmpathyCallHandlerPriv *priv = GET_PRIV (self); - //gst_bus_enable_essage_emission (priv->bus); - gst_bus_add_watch (priv->bus, empathy_call_handler_pipeline_bus_watch, self); g_signal_emit (G_OBJECT (self), signals[CONFERENCE_ADDED], 0, |