diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/being.h b/src/being.h index f1d98ba4..96c25ffc 100644 --- a/src/being.h +++ b/src/being.h @@ -647,14 +647,6 @@ class Being : public Sprite, public ConfigListener Vector mDest; /**< destination coordinates. */ - /** - * Check the current position against surrounding blocking tiles, and - * correct the position offset within tile when needed. - */ - Position checkNodeOffsets(const Position &position) const; - Position checkNodeOffsets(int x, int y) const - { return checkNodeOffsets(Position(x, y)); } - private: /** |