summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 21:48:10 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 21:48:10 +0000
commit16e7aac633ceb328bc34845f749d3d224062d61a (patch)
tree68c84169f991fd93dcba8d425d2e80f77609fd84 /openbox/client.c
parentfd1b33af0d93c2e06dd6fc25e7644c924d3c6597 (diff)
rm the unused vars
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 0 insertions, 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 */