diff options
author | markt <markt> | 2006-12-22 05:44:42 (GMT) |
---|---|---|
committer | markt <markt> | 2006-12-22 05:44:42 (GMT) |
commit | 9d1447b0d5711168486932c8bd86ad92b194ac99 (patch) | |
tree | e194b71f73a0a4528dff0ad035f077a34d37728b /src/FbTk/XLayer.hh | |
parent | 17a92c3253e62798aa7efcb95b4d0bdd1ac29dcd (diff) | |
download | fluxbox_pavel-9d1447b0d5711168486932c8bd86ad92b194ac99.zip fluxbox_pavel-9d1447b0d5711168486932c8bd86ad92b194ac99.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r-- | src/FbTk/XLayer.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh index bed93cc..660886e 100644 --- a/src/FbTk/XLayer.hh +++ b/src/FbTk/XLayer.hh | |||
@@ -63,12 +63,14 @@ public: | |||
63 | iterator insert(XLayerItem &item, unsigned int pos=0); | 63 | iterator insert(XLayerItem &item, unsigned int pos=0); |
64 | void remove(XLayerItem &item); | 64 | void remove(XLayerItem &item); |
65 | 65 | ||
66 | #ifdef NOT_USED | ||
66 | // move highest to bottom | 67 | // move highest to bottom |
67 | void cycleUp(); | 68 | void cycleUp(); |
68 | void cycleDown(); | 69 | void cycleDown(); |
69 | // just go above the next window up in the current layer (not all the way to the top) | 70 | // just go above the next window up in the current layer (not all the way to the top) |
70 | void stepUp(XLayerItem &item); | 71 | void stepUp(XLayerItem &item); |
71 | void stepDown(XLayerItem &item); | 72 | void stepDown(XLayerItem &item); |
73 | #endif // NOT_USED | ||
72 | 74 | ||
73 | // bring to top of layer | 75 | // bring to top of layer |
74 | void raise(XLayerItem &item); | 76 | void raise(XLayerItem &item); |