summaryrefslogtreecommitdiff
path: root/src/gui/sell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r--src/gui/sell.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h
index c286dcc2..8db0b573 100644
--- a/src/gui/sell.h
+++ b/src/gui/sell.h
@@ -41,16 +41,8 @@ class ShopListBox;
class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener
{
public:
- /**
- * Constructor.
- *
- * @see Window::Window
- */
SellDialog(int npcId);
- /**
- * Destructor
- */
virtual ~SellDialog();
/**