summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-23 16:36:50 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 10:15:34 +0200
commit958703156670c679ced48285a5ca3ec56208dc98 (patch)
treeba13be0e931b14bec3eed16ed811eb48aa87809d /telepathy-glib
parentce127e1bec20755966b0e37bb9127f9dee64ec2f (diff)
downloadtelepathy-glib-958703156670c679ced48285a5ca3ec56208dc98.tar.gz
remove useless g_simple_async_result_set_op_res_gboolean
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/stream-tube-channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c
index 62c7bba44..c8ffd89b2 100644
--- a/telepathy-glib/stream-tube-channel.c
+++ b/telepathy-glib/stream-tube-channel.c
@@ -902,7 +902,6 @@ _channel_offered (TpChannel *channel,
DEBUG ("Stream Tube offered");
- g_simple_async_result_set_op_res_gboolean (self->priv->result, TRUE);
g_simple_async_result_complete (self->priv->result);
tp_clear_object (&self->priv->result);
}