diff options
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r-- | src/gui/item_amount.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h index 8c5260bf..f7e466fb 100644 --- a/src/gui/item_amount.h +++ b/src/gui/item_amount.h @@ -52,11 +52,6 @@ class ItemAmountWindow : public Window, public gcn::ActionListener ItemAmountWindow(int usage, Window *parent, Item *item); /** - * Destructor. - */ - virtual ~ItemAmountWindow(); - - /** * Called when receiving actions from widget. */ void action(const std::string& eventId); |