diff options
Diffstat (limited to 'src/Container.hh')
-rw-r--r-- | src/Container.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Container.hh b/src/Container.hh index a13ddcd..fc770fc 100644 --- a/src/Container.hh +++ b/src/Container.hh | |||
@@ -55,7 +55,9 @@ public: | |||
55 | void moveResize(int x, int y, | 55 | void moveResize(int x, int y, |
56 | unsigned int width, unsigned int height); | 56 | unsigned int width, unsigned int height); |
57 | 57 | ||
58 | #ifdef NOT_USED | ||
58 | void insertItems(ItemList &list, int position=-1); | 59 | void insertItems(ItemList &list, int position=-1); |
60 | #endif | ||
59 | void insertItem(Item item, int pos = -1); | 61 | void insertItem(Item item, int pos = -1); |
60 | bool removeItem(int item); // return true if something was removed | 62 | bool removeItem(int item); // return true if something was removed |
61 | bool removeItem(Item item); // return true if something was removed | 63 | bool removeItem(Item item); // return true if something was removed |