unused variable 'conversation'

svn path=/trunk/; revision=52088
This commit is contained in:
Anders Broman 2013-09-15 21:42:13 +00:00
parent da8240ef60
commit c05e9683fd
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ conversation_hashtable_exact_to_texbuff(gpointer key, gpointer value, gpointer u
{
gchar string_buff[CONV_STR_BUF_MAX];
GtkTextBuffer *buffer = (GtkTextBuffer*)user_data;
conversation_t *conversation = (conversation_t *)value;
/*conversation_t *conversation = (conversation_t *)value;*/
conversation_key *conv_key = (conversation_key*)key;
g_snprintf(string_buff, CONV_STR_BUF_MAX, "Key:0x%x old key:0x%x\n",conversation_hash_exact(conv_key),conversation_hash_exact_old(conv_key));