summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-01-10 23:51:44 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-02-24 21:55:25 +0100
commitad18a660d2bf47cce8f73ce759f2c96d10a123ff (patch)
tree46cfdcccadb3ebe72b0f28c6513a4dbbe2a1f25d /src
parent936af23bacc216bdf5cd5912728907b03eca0707 (diff)
downloadmanaserv-ad18a660d2bf47cce8f73ce759f2c96d10a123ff.tar.gz
manaserv-ad18a660d2bf47cce8f73ce759f2c96d10a123ff.tar.xz
manaserv-ad18a660d2bf47cce8f73ce759f2c96d10a123ff.zip
Removed mentioning of retired struct
MonsterTargetEventDispatch was used before switching to libsigc++.
Diffstat (limited to 'src')
-rw-r--r--src/game-server/monster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/monster.h b/src/game-server/monster.h
index b924b37..6bf06d2 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -371,8 +371,6 @@ class Monster : public Being
Timeout mKillStealProtectedTimeout;
/** Time until dead monster is removed */
Timeout mDecayTimeout;
-
- friend struct MonsterTargetEventDispatch;
};
#endif // MONSTER_H