diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -333,11 +333,6 @@ class Map : public Properties */ TileAnimation *getAnimationForGid(int gid) const; - /** - * Tells whether the given pixel falls within the map boundaries. - */ - bool containsPixel(int x, int y) const; - protected: friend class Actor; |