summaryrefslogtreecommitdiff
path: root/src/game-server/thing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/thing.h')
-rw-r--r--src/game-server/thing.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game-server/thing.h b/src/game-server/thing.h
index 437980bd..a8a58a04 100644
--- a/src/game-server/thing.h
+++ b/src/game-server/thing.h
@@ -36,9 +36,6 @@ class MapComposite;
class Thing
{
public:
- /**
- * Constructor.
- */
Thing(ThingType type, MapComposite *map = NULL)
: mMap(map),
mType(type)