rm the unused vars

This commit is contained in:
Dana Jansens 2003-04-13 21:48:10 +00:00
parent fd1b33af0d
commit 16e7aac633

View file

@ -1303,8 +1303,6 @@ static Client *search_focus_tree(Client *node, Client *skip)
void client_calc_layer(Client *self)
{
StackLayer l;
gboolean fs;
Client *c;
if (self->iconic) l = Layer_Icon;
/* fullscreen windows are only in the fullscreen layer while focused */