diff console/libgnt/gntbox.c @ 13854:a4c30c1d9de8

[gaim-migrate @ 16313] Unnecessary variables are bad, mmkay. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 00:57:30 +0000
parents bbf0470cb348
children 5b288502a382
line wrap: on
line diff
--- a/console/libgnt/gntbox.c	Fri Jun 23 00:45:45 2006 +0000
+++ b/console/libgnt/gntbox.c	Fri Jun 23 00:57:30 2006 +0000
@@ -50,7 +50,6 @@
 	GntBox *box = GNT_BOX(widget);
 	int w, h, curx, cury, max;
 	gboolean has_border = FALSE;
-	int x, y;
 
 	w = h = 0;
 	max = -1;