diff options
Diffstat (limited to 'src/Container.cc')
-rw-r--r-- | src/Container.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Container.cc b/src/Container.cc index aec5aba..d6ffcf3 100644 --- a/src/Container.cc +++ b/src/Container.cc | |||
@@ -61,12 +61,11 @@ void Container::moveResize(int x, int y, | |||
61 | repositionItems(); | 61 | repositionItems(); |
62 | } | 62 | } |
63 | 63 | ||
64 | /* | 64 | #ifdef NOT_USED |
65 | void Container::move(int x, int y) { | 65 | void Container::move(int x, int y) { |
66 | FbTk::FbWindow::move(x, y); | 66 | FbTk::FbWindow::move(x, y); |
67 | // no need to reposition | 67 | // no need to reposition |
68 | } | 68 | } |
69 | */ | ||
70 | 69 | ||
71 | void Container::insertItems(ItemList &item_list, int pos) { | 70 | void Container::insertItems(ItemList &item_list, int pos) { |
72 | 71 | ||
@@ -96,6 +95,7 @@ void Container::insertItems(ItemList &item_list, int pos) { | |||
96 | // update position | 95 | // update position |
97 | repositionItems(); | 96 | repositionItems(); |
98 | } | 97 | } |
98 | #endif | ||
99 | 99 | ||
100 | void Container::insertItem(Item item, int pos) { | 100 | void Container::insertItem(Item item, int pos) { |
101 | if (find(item) != -1) | 101 | if (find(item) != -1) |