rm the unused vars
This commit is contained in:
parent
fd1b33af0d
commit
16e7aac633
1 changed files with 0 additions and 2 deletions
|
@ -1303,8 +1303,6 @@ static Client *search_focus_tree(Client *node, Client *skip)
|
||||||
void client_calc_layer(Client *self)
|
void client_calc_layer(Client *self)
|
||||||
{
|
{
|
||||||
StackLayer l;
|
StackLayer l;
|
||||||
gboolean fs;
|
|
||||||
Client *c;
|
|
||||||
|
|
||||||
if (self->iconic) l = Layer_Icon;
|
if (self->iconic) l = Layer_Icon;
|
||||||
/* fullscreen windows are only in the fullscreen layer while focused */
|
/* fullscreen windows are only in the fullscreen layer while focused */
|
||||||
|
|
Loading…
Reference in a new issue