summaryrefslogtreecommitdiff
path: root/src/FbTk/XLayer.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-12-22 05:44:42 (GMT)
committermarkt <markt>2006-12-22 05:44:42 (GMT)
commit9d1447b0d5711168486932c8bd86ad92b194ac99 (patch)
treee194b71f73a0a4528dff0ad035f077a34d37728b /src/FbTk/XLayer.hh
parent17a92c3253e62798aa7efcb95b4d0bdd1ac29dcd (diff)
downloadfluxbox_lack-9d1447b0d5711168486932c8bd86ad92b194ac99.zip
fluxbox_lack-9d1447b0d5711168486932c8bd86ad92b194ac99.tar.bz2
more dead functions
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r--src/FbTk/XLayer.hh2
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);