diff options
author | markt <markt> | 2007-08-05 22:28:11 (GMT) |
---|---|---|
committer | markt <markt> | 2007-08-05 22:28:11 (GMT) |
commit | 538e33fedb8ea0730b17c6f92e9f3e4705343ca6 (patch) | |
tree | ca2de59dfd5f2a8730ea6860e41e34f9eb81efb4 /src/FbTk/XLayer.cc | |
parent | a9103a89cbcfc553617888fd16df4349e1097d77 (diff) | |
download | fluxbox-538e33fedb8ea0730b17c6f92e9f3e4705343ca6.zip fluxbox-538e33fedb8ea0730b17c6f92e9f3e4705343ca6.tar.bz2 |
some minor changes
Diffstat (limited to 'src/FbTk/XLayer.cc')
-rw-r--r-- | src/FbTk/XLayer.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbTk/XLayer.cc b/src/FbTk/XLayer.cc index 8e1dfc1..6c44ad9 100644 --- a/src/FbTk/XLayer.cc +++ b/src/FbTk/XLayer.cc | |||
@@ -53,8 +53,6 @@ void XLayer::restack() { | |||
53 | // each LayerItem can contain several windows | 53 | // each LayerItem can contain several windows |
54 | iterator it = itemList().begin(); | 54 | iterator it = itemList().begin(); |
55 | iterator it_end = itemList().end(); | 55 | iterator it_end = itemList().end(); |
56 | it = itemList().begin(); | ||
57 | it_end = itemList().end(); | ||
58 | Window *winlist = new Window[num_windows]; | 56 | Window *winlist = new Window[num_windows]; |
59 | size_t j=0; | 57 | size_t j=0; |
60 | 58 | ||