summaryrefslogtreecommitdiff
path: root/src/FbTk/XLayer.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-16 12:54:07 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-16 12:54:07 (GMT)
commit38654bae459716409ad2ee7975671fc2f131c869 (patch)
tree6f2f3c662f8317f47a422db02d17bff378266817 /src/FbTk/XLayer.hh
parent06837ba8642b8a126de92f60ae05d5f84bba8bfe (diff)
downloadfluxbox_lack-38654bae459716409ad2ee7975671fc2f131c869.zip
fluxbox_lack-38654bae459716409ad2ee7975671fc2f131c869.tar.bz2
some cleanup
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r--src/FbTk/XLayer.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh
index b9e34da..acc299c 100644
--- a/src/FbTk/XLayer.hh
+++ b/src/FbTk/XLayer.hh
@@ -60,15 +60,6 @@ public:
60 iterator insert(XLayerItem &item, unsigned int pos=0); 60 iterator insert(XLayerItem &item, unsigned int pos=0);
61 void remove(XLayerItem &item); 61 void remove(XLayerItem &item);
62 62
63#ifdef NOT_USED
64 // move highest to bottom
65 void cycleUp();
66 void cycleDown();
67 // just go above the next window up in the current layer (not all the way to the top)
68 void stepUp(XLayerItem &item);
69 void stepDown(XLayerItem &item);
70#endif // NOT_USED
71
72 // bring to top of layer 63 // bring to top of layer
73 void raise(XLayerItem &item); 64 void raise(XLayerItem &item);
74 void lower(XLayerItem &item); 65 void lower(XLayerItem &item);