diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -134,11 +134,6 @@ class Map : public Properties void setWalk(int x, int y, bool walkable); /** - * Tell if a tile is walkable or not, includes checking beings. - */ - bool getWalk(int x, int y) const; - - /** * Tell if a tile collides, not including a check on beings. */ bool tileCollides(int x, int y) const; |