[next] telepathy-logger: text-channel: remove now-unused second argument of tp_message_to_text()

Jonny Lamb jonny at kemper.freedesktop.org
Wed Aug 8 03:41:18 PDT 2012


Module: telepathy-logger
Branch: next
Commit: 6643e5d96d8e1ee69bdb9a919cde8439b376bbad
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=6643e5d96d8e1ee69bdb9a919cde8439b376bbad

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Wed Aug  8 10:17:01 2012 +0100

text-channel: remove now-unused second argument of tp_message_to_text()

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 telepathy-logger/text-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index 3225ecb..929c71f 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -233,7 +233,7 @@ tpl_text_channel_store_message (TplTextChannel *self,
   /* Ensure timestamp */
   timestamp = get_message_timestamp (message);
 
-  text = tp_message_to_text (message, NULL);
+  text = tp_message_to_text (message);
 
   if (text == NULL)
     {



More information about the telepathy-commits mailing list