diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-18 08:33:47 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-18 08:33:47 (GMT) |
commit | 1d4bea8a2db2c0ab1e14b8afd81c87b80a262d66 (patch) | |
tree | 21cc4e919cabe52ab8d355a7ceec980da6fb420a /src/FbTk/Container.hh | |
parent | 3a5fd7342d6cfd00acafeec4c1f35948a550e4ab (diff) | |
parent | 8c2cee577a744870fd497f73a21c2d4e1c45c907 (diff) | |
download | fluxbox-1d4bea8a2db2c0ab1e14b8afd81c87b80a262d66.zip fluxbox-1d4bea8a2db2c0ab1e14b8afd81c87b80a262d66.tar.bz2 |
Merge branch 'master' of fluxbox@gitfbox:fluxbox
Diffstat (limited to 'src/FbTk/Container.hh')
-rw-r--r-- | src/FbTk/Container.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/FbTk/Container.hh b/src/FbTk/Container.hh index 954f929..d2b826c 100644 --- a/src/FbTk/Container.hh +++ b/src/FbTk/Container.hh | |||
@@ -26,7 +26,7 @@ | |||
26 | #include "FbWindow.hh" | 26 | #include "FbWindow.hh" |
27 | #include "EventHandler.hh" | 27 | #include "EventHandler.hh" |
28 | #include "NotCopyable.hh" | 28 | #include "NotCopyable.hh" |
29 | #include "Text.hh" // for Orientation | 29 | #include "Orientation.hh" |
30 | 30 | ||
31 | #include <list> | 31 | #include <list> |
32 | 32 | ||
@@ -52,9 +52,6 @@ public: | |||
52 | void moveResize(int x, int y, | 52 | void moveResize(int x, int y, |
53 | unsigned int width, unsigned int height); | 53 | unsigned int width, unsigned int height); |
54 | 54 | ||
55 | #ifdef NOT_USED | ||
56 | void insertItems(ItemList &list, int position=-1); | ||
57 | #endif | ||
58 | void insertItem(Item item, int pos = -1); | 55 | void insertItem(Item item, int pos = -1); |
59 | bool removeItem(int item); // return true if something was removed | 56 | bool removeItem(int item); // return true if something was removed |
60 | bool removeItem(Item item); // return true if something was removed | 57 | bool removeItem(Item item); // return true if something was removed |