diff console/libgnt/gntbox.c @ 13931:917a71dd02eb

[gaim-migrate @ 16458] Add text-attributes for rows in a GntTree. Use this feature to dim idle buddies in the buddylist. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 07:13:29 +0000
parents 3dbcbc5e57e1
children 5d5c84239eea
line wrap: on
line diff
--- a/console/libgnt/gntbox.c	Sat Jul 08 02:11:11 2006 +0000
+++ b/console/libgnt/gntbox.c	Sat Jul 08 07:13:29 2006 +0000
@@ -284,7 +284,6 @@
 	GList *iter;
 	GntBox *box = GNT_BOX(widget);
 	int wchange, hchange;
-	int wc = 0, hc = 0;
 
 	wchange = widget->priv.width - width;
 	hchange = widget->priv.height - height;