summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r--src/gui/buy.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h
index 341989c9..7e9ef069 100644
--- a/src/gui/buy.h
+++ b/src/gui/buy.h
@@ -51,11 +51,6 @@ class BuyDialog : public Window, public gcn::ActionListener,
BuyDialog();
/**
- * Destructor.
- */
- ~BuyDialog();
-
- /**
* Resets the dialog, clearing shop inventory.
*/
void reset();
@@ -110,6 +105,4 @@ class BuyDialog : public Window, public gcn::ActionListener,
int m_maxItems;
};
-extern BuyDialog *buyDialog;
-
#endif