From: Dana Jansens Date: Sun, 13 Apr 2003 21:48:10 +0000 (+0000) Subject: rm the unused vars X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=16e7aac633ceb328bc34845f749d3d224062d61a;p=chaz%2Fopenbox rm the unused vars --- 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 */