aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-13 18:26:44 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-13 18:26:44 +0800
commit82517bc42a23e9be4c231dae6570e21784ebc31f (patch)
tree1d99dcb0015760e18de9feabeb8b3510b5d18050
parent8e588250beb9f8ba54d18c48f608ac1d1f7cdd91 (diff)
downloadgsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.tar
gsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.tar.gz
gsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.tar.bz2
gsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.tar.lz
gsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.tar.xz
gsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.tar.zst
gsoc2013-empathy-82517bc42a23e9be4c231dae6570e21784ebc31f.zip
event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more
From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2460
-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))
{