diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/Container.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
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 |