diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-23 16:36:50 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-28 10:15:34 +0200 |
commit | 958703156670c679ced48285a5ca3ec56208dc98 (patch) | |
tree | ba13be0e931b14bec3eed16ed811eb48aa87809d /telepathy-glib | |
parent | ce127e1bec20755966b0e37bb9127f9dee64ec2f (diff) | |
download | telepathy-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.c | 1 |
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); } |