summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-20 11:33:17 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-20 11:33:17 +0000
commitce2813cb1f4988669422c6af3e8c4442776e45c8 (patch)
tree098177c279f5376bd27d4db30f913f6e61471537 /src/gui/inventorywindow.h
parent5acb9213cc2ee949a252a5c08a9a9a13542b94d5 (diff)
downloadMana-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.gz
Mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.bz2
Mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.xz
Mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.zip
Added garbage collection to the ScrollArea class. Fixed slider not being updated in the item amount box when the buttons are used.
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index 4dbda261..17c4888a 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -47,11 +47,6 @@ class InventoryWindow : public Window, gcn::ActionListener
InventoryWindow();
/**
- * Destructor.
- */
- ~InventoryWindow();
-
- /**
* Logic (updates buttons and weight information)
*/
void logic();