summaryrefslogtreecommitdiff
path: root/src/FbTk/XLayerItem.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/XLayerItem.hh
parent06837ba8642b8a126de92f60ae05d5f84bba8bfe (diff)
downloadfluxbox_lack-38654bae459716409ad2ee7975671fc2f131c869.zip
fluxbox_lack-38654bae459716409ad2ee7975671fc2f131c869.tar.bz2
some cleanup
Diffstat (limited to 'src/FbTk/XLayerItem.hh')
-rw-r--r--src/FbTk/XLayerItem.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FbTk/XLayerItem.hh b/src/FbTk/XLayerItem.hh
index 6548665..8f9aebe 100644
--- a/src/FbTk/XLayerItem.hh
+++ b/src/FbTk/XLayerItem.hh
@@ -44,12 +44,6 @@ public:
44 void lower(); 44 void lower();
45 void tempRaise(); // this raise gets reverted by a restack() 45 void tempRaise(); // this raise gets reverted by a restack()
46 46
47#ifdef NOT_USED
48 // go above the next item visible in this layer
49 void stepUp();
50 void stepDown();
51#endif // NOT_USED
52
53 // send to next layer up 47 // send to next layer up
54 void raiseLayer(); 48 void raiseLayer();
55 void lowerLayer(); 49 void lowerLayer();