From 16e7aac633ceb328bc34845f749d3d224062d61a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 21:48:10 +0000 Subject: [PATCH] rm the unused vars --- openbox/client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index 63619e71..055558e2 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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 */ -- 2.39.2