summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 01:24:21 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 17:54:13 +0200
commitc1d1f57158dd4cf0baf52313fb9d538b87940c67 (patch)
tree4bfd822f5bc341818684e607454e3096c89ab64f /src/gui/equipmentwindow.h
parent72d83cf5ae523f16fd5313c20f711f6030350d05 (diff)
downloadmana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.gz
mana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.bz2
mana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.xz
mana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.zip
Removed a lot of useless "documentation"
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams
Diffstat (limited to 'src/gui/equipmentwindow.h')
-rw-r--r--src/gui/equipmentwindow.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/gui/equipmentwindow.h b/src/gui/equipmentwindow.h
index a0fa6acb..5ba15ae3 100644
--- a/src/gui/equipmentwindow.h
+++ b/src/gui/equipmentwindow.h
@@ -40,14 +40,8 @@ class ItemPopup;
class EquipmentWindow : public Window, public gcn::ActionListener
{
public:
- /**
- * Constructor.
- */
EquipmentWindow(Equipment *equipment);
- /**
- * Destructor.
- */
~EquipmentWindow();
/**
@@ -91,25 +85,17 @@ namespace TmwAthena {
class TaEquipmentWindow : public EquipmentWindow
{
public:
- /**
- * Constructor.
- */
TaEquipmentWindow(Equipment *equipment);
-
- /**
- * Destructor.
- */
~TaEquipmentWindow();
/**
* Draws the equipment window using TmwAthena routine.
*/
void draw(gcn::Graphics *graphics);
-
};
-}; // namespace TmwAthena
+} // namespace TmwAthena
extern EquipmentWindow *equipmentWindow;
-#endif
+#endif // EQUIPMENTWINDOW_H