summaryrefslogtreecommitdiff
path: root/src/map.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/map.h
parent72d83cf5ae523f16fd5313c20f711f6030350d05 (diff)
downloadMana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.gz
Mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.bz2
Mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.xz
Mana-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/map.h')
-rw-r--r--src/map.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/map.h b/src/map.h
index 22ca68c4..cfc0b7ef 100644
--- a/src/map.h
+++ b/src/map.h
@@ -47,9 +47,6 @@ typedef std::vector<MapLayer*> Layers;
*/
struct MetaTile
{
- /**
- * Constructor.
- */
MetaTile() : whichList(0), blockmask(0) {}
// Pathfinding members
@@ -93,9 +90,6 @@ class MapLayer
*/
MapLayer(int x, int y, int width, int height, bool isFringeLayer);
- /**
- * Destructor.
- */
~MapLayer();
/**
@@ -176,9 +170,6 @@ class Map : public Properties
*/
Map(int width, int height, int tileWidth, int tileHeight);
- /**
- * Destructor.
- */
~Map();
/**