summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h9
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. */