aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XLayer.hh
diff options
context:
space:
mode:
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);