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