comparison 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
comparison
equal deleted inserted replaced
13853:bbf0470cb348 13854:a4c30c1d9de8
48 { 48 {
49 GList *iter; 49 GList *iter;
50 GntBox *box = GNT_BOX(widget); 50 GntBox *box = GNT_BOX(widget);
51 int w, h, curx, cury, max; 51 int w, h, curx, cury, max;
52 gboolean has_border = FALSE; 52 gboolean has_border = FALSE;
53 int x, y;
54 53
55 w = h = 0; 54 w = h = 0;
56 max = -1; 55 max = -1;
57 curx = widget->priv.x + 1; 56 curx = widget->priv.x + 1;
58 cury = widget->priv.y + 1; 57 cury = widget->priv.y + 1;