changeset 9646:535343d6ca13

[gaim-migrate @ 10494] (11:31:04) datallah: LSchiere2: gtkblist.c:926: warning: unused variable `conv' committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 02 Aug 2004 15:37:09 +0000
parents 1ba8c6a5ecd9
children 687572cf09a6
files src/gtkblist.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Mon Aug 02 04:19:26 2004 +0000
+++ b/src/gtkblist.c	Mon Aug 02 15:37:09 2004 +0000
@@ -923,7 +923,6 @@
 
 	if(GAIM_BLIST_NODE_IS_CONTACT(node) || GAIM_BLIST_NODE_IS_BUDDY(node)) {
 		GaimBuddy *buddy;
-		GaimConversation *conv;
 
 		if(GAIM_BLIST_NODE_IS_CONTACT(node))
 			buddy = gaim_contact_get_priority_buddy((GaimContact*)node);