diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:03:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:03:48 +0800 |
commit | 040bdefb958b459b8f42aaa7ee39a2a73f9e287a (patch) | |
tree | 4294cdf16eea9c7028cd8c326885d46d30c0b077 /libempathy/empathy-call-handler.c | |
parent | 8434204f195dd82108656ec2a4f62efd0c12bc8f (diff) | |
download | gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.tar gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.tar.gz gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.tar.bz2 gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.tar.lz gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.tar.xz gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.tar.zst gsoc2013-empathy-040bdefb958b459b8f42aaa7ee39a2a73f9e287a.zip |
Remove dead code
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2400
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, |