summaryrefslogtreecommitdiff
path: root/src/game-server/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.h')
-rw-r--r--src/game-server/monster.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game-server/monster.h b/src/game-server/monster.h
index 14ebad35..3981604f 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -230,14 +230,7 @@ class Monster : public Being
/** Time in game ticks until ownership of a monster can change. */
static const int KILLSTEAL_PROTECTION_TIME = 100;
- /**
- * Constructor.
- */
Monster(MonsterClass *);
-
- /**
- * Destructor.
- */
~Monster();
/**