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:
b0e0783
)
unused assignment
author
Dana Jansens
<danakj@orodu.net>
Tue, 22 Dec 2009 16:08:11 +0000
(11:08 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 22 Dec 2009 16:44:53 +0000
(11:44 -0500)
openbox/stacking.c
patch
|
blob
|
history
diff --git
a/openbox/stacking.c
b/openbox/stacking.c
index 0c8effc6205cf23585043806708f40ce70007950..44ccf9df214547db0de887b03abeb6414eacf593 100644
(file)
--- a/
openbox/stacking.c
+++ b/
openbox/stacking.c
@@
-456,7
+456,6
@@
static void restack_windows(ObClient *selected, gboolean raise, gboolean app)
g_list_concat(direct, app_members) :
/* if lowering it goes below */
g_list_concat(app_members, direct)));
- group_trans = between = app_members = NULL;
/* restack them */
do_restack(direct, direct_below);