summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/trade.h')
-rw-r--r--src/gui/trade.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/trade.h b/src/gui/trade.h
index ac602669..f854d698 100644
--- a/src/gui/trade.h
+++ b/src/gui/trade.h
@@ -22,8 +22,6 @@
#ifndef TRADE_H
#define TRADE_H
-#include "guichanfwd.h"
-
#include "gui/widgets/window.h"
#include <guichan/actionlistener.hpp>
@@ -44,14 +42,8 @@ class ScrollArea;
class TradeWindow : public Window, gcn::ActionListener, gcn::SelectionListener
{
public:
- /**
- * Constructor.
- */
TradeWindow();
- /**
- * Destructor.
- */
~TradeWindow();
/**