diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-24 19:09:32 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-25 14:03:36 -0400 |
commit | 8479ac7b043854e2c88527783a6cf82f58070f97 (patch) | |
tree | c8ff007c674f00e0b4ec960179200f2b82a01b27 | |
parent | cd3122e00156a8cb16c27abd943326b4527a520c (diff) |
TplTextChannel: Remove broken comment, user_data not used
-rw-r--r-- | telepathy-logger/text-channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c index 6030db1..f54e3da 100644 --- a/telepathy-logger/text-channel.c +++ b/telepathy-logger/text-channel.c @@ -135,7 +135,6 @@ pendingproc_prepare_tp_text_channel (TplActionChain *ctx, 0 }; - /* user_data is a TplChannel instance */ tp_proxy_prepare_async (chan, chan_features, channel_prepared_cb, ctx); } |