diff options
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r-- | src/FbTk/XLayer.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh index ae29310..6018b8a 100644 --- a/src/FbTk/XLayer.hh +++ b/src/FbTk/XLayer.hh | |||
@@ -49,9 +49,6 @@ public: | |||
49 | int countWindows(); | 49 | int countWindows(); |
50 | void stackBelowItem(XLayerItem &item, XLayerItem *above); | 50 | void stackBelowItem(XLayerItem &item, XLayerItem *above); |
51 | XLayerItem *getLowestItem(); | 51 | XLayerItem *getLowestItem(); |
52 | XLayerItem *getItemBelow(XLayerItem &item); | ||
53 | XLayerItem *getItemAbove(XLayerItem &item); | ||
54 | |||
55 | const ItemList &getItemList() const { return itemList(); } | 52 | const ItemList &getItemList() const { return itemList(); } |
56 | ItemList &getItemList() { return itemList(); } | 53 | ItemList &getItemList() { return itemList(); } |
57 | 54 | ||