projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1b33a
)
rm the unused vars
author
Dana Jansens
<danakj@orodu.net>
Sun, 13 Apr 2003 21:48:10 +0000
(21:48 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 13 Apr 2003 21:48:10 +0000
(21:48 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 63619e71e0a82100c7cba994c33d74ab3410eca2..055558e2b03868f3c4d214a2b6b5e1bf6942329c 100644
(file)
--- 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 */