diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:10:10 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 15:10:10 +0000 |
commit | 5644c2ca4a9a219c3c1e69ec7033eace958a1f0a (patch) | |
tree | 7011b301524c886a726c87c3d8b44e65c51f5a7a /src/gui/inventorywindow.h | |
parent | ee415eebaaae92a8af74d315fe5e39f40947e1f9 (diff) | |
download | mana-5644c2ca4a9a219c3c1e69ec7033eace958a1f0a.tar.gz mana-5644c2ca4a9a219c3c1e69ec7033eace958a1f0a.tar.bz2 mana-5644c2ca4a9a219c3c1e69ec7033eace958a1f0a.tar.xz mana-5644c2ca4a9a219c3c1e69ec7033eace958a1f0a.zip |
Removed redundant destructor.
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index de2c1509..34883c1c 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -54,11 +54,6 @@ class InventoryWindow : public Window, InventoryWindow(); /** - * Destructor. - */ - ~InventoryWindow(); - - /** * Logic (updates buttons and weight information). */ void logic(); |