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/XLayerItem.hh | |
parent | 17a92c3253e62798aa7efcb95b4d0bdd1ac29dcd (diff) | |
download | fluxbox_pavel-9d1447b0d5711168486932c8bd86ad92b194ac99.zip fluxbox_pavel-9d1447b0d5711168486932c8bd86ad92b194ac99.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/XLayerItem.hh')
-rw-r--r-- | src/FbTk/XLayerItem.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/XLayerItem.hh b/src/FbTk/XLayerItem.hh index 3d778bb..90d2167 100644 --- a/src/FbTk/XLayerItem.hh +++ b/src/FbTk/XLayerItem.hh | |||
@@ -48,9 +48,11 @@ public: | |||
48 | void lower(); | 48 | void lower(); |
49 | void tempRaise(); // this raise gets reverted by a restack() | 49 | void tempRaise(); // this raise gets reverted by a restack() |
50 | 50 | ||
51 | #ifdef NOT_USED | ||
51 | // go above the next item visible in this layer | 52 | // go above the next item visible in this layer |
52 | void stepUp(); | 53 | void stepUp(); |
53 | void stepDown(); | 54 | void stepDown(); |
55 | #endif // NOT_USED | ||
54 | 56 | ||
55 | // send to next layer up | 57 | // send to next layer up |
56 | void raiseLayer(); | 58 | void raiseLayer(); |