aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-13 18:26:44 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-13 18:26:44 +0800
commitffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8 (patch)
tree1d99dcb0015760e18de9feabeb8b3510b5d18050
parent5d33ab7bbdf46bdd0b5c8a4290eb5208650dc947 (diff)
downloadgsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.tar
gsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.tar.gz
gsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.tar.bz2
gsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.tar.lz
gsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.tar.xz
gsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.tar.zst
gsoc2013-empathy-ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8.zip
event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more
From: Guillaume Desmottes <gdesmott@gnome.org> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2460 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--src/empathy-event-manager.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index f2bf611da..f15acb04b 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -777,10 +777,6 @@ event_manager_approve_channel_cb (EmpathyDispatcher *dispatcher,
EMPATHY_TP_CHAT (
empathy_dispatch_operation_get_channel_wrapper (operation));
TpChannel *channel = empathy_tp_chat_get_channel (tp_chat);
- TpHandle handle;
- TpHandleType handle_type;
-
- handle = tp_channel_get_handle (channel, &handle_type);
if (tp_proxy_has_interface (channel, TP_IFACE_CHANNEL_INTERFACE_GROUP))
{