unused variable

This commit is contained in:
Dana Jansens 2007-05-05 00:48:51 +00:00
parent 071b5ee301
commit 0c15af505f

View file

@ -1694,7 +1694,6 @@ void client_reconfigure(ObClient *self)
void client_update_wmhints(ObClient *self) void client_update_wmhints(ObClient *self)
{ {
XWMHints *hints; XWMHints *hints;
GSList *it;
/* assume a window takes input if it doesnt specify */ /* assume a window takes input if it doesnt specify */
self->can_focus = TRUE; self->can_focus = TRUE;