diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 10:43:01 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 10:43:01 +0000 |
commit | 4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c (patch) | |
tree | a70340529f4ca11df908d5e2e3a5517a52f67592 /src/gui/inventorywindow.h | |
parent | 5020ea5c875a1f8d8c6468f40f0e1f9b4c482045 (diff) | |
download | mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.gz mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.bz2 mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.tar.xz mana-4f6ebd0c62299e3ab2d4b4ef70fd2a27d5b4908c.zip |
Converted inventory window to layout handler.
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index a9fdadf2..de2c1509 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -31,7 +31,6 @@ #include "selectionlistener.h" #include "window.h" -#include "windowlistener.h" #include "../guichanfwd.h" @@ -46,8 +45,7 @@ class ItemContainer; class InventoryWindow : public Window, public gcn::ActionListener, public gcn::KeyListener, - public SelectionListener, - public WindowListener + public SelectionListener { public: /** @@ -94,11 +92,6 @@ class InventoryWindow : public Window, */ void selectionChanged(const SelectionEvent &event); - /** - * Called whenever the window is resized. - */ - void windowResized(const WindowEvent &event); - private: void updateButtons(); /**< Updates button states. */ |