From 829c8fb2476f763f0d0a1f4ca792073eb953814e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Jan 2017 17:02:07 +0300 Subject: Remove useless todo messages. --- src/being/being.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/being') diff --git a/src/being/being.h b/src/being/being.h index 9e623cbad..42071b0ab 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -450,14 +450,12 @@ class Being notfinal : public ActorSprite, /** * Sets the attack speed. - * @todo In what unit? */ void setAttackSpeed(const int speed) restrict2 noexcept2 { mAttackSpeed = speed; } /** * Gets the attack speed. - * @todo In what unit? */ int getAttackSpeed() const restrict2 noexcept2 A_WARN_UNUSED { return mAttackSpeed; } @@ -1200,7 +1198,6 @@ class Being notfinal : public ActorSprite, /** * Calculates the offset in the given directions. * If walking in direction 'neg' the value is negated. - * TODO: Used by eAthena only? */ template int getOffset() const restrict2 A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50