diff options
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); |