summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-11 02:25:13 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-11 02:25:13 +0300
commitf2193dc3a5180844c0375326b919e249d09eafae (patch)
treea12662d8ac613dbea97f0d4ddb2cc605ec30a570 /src/map.h
parent5525ef3ff0a3520049142e8324b56f5431f61101 (diff)
downloadplus-f2193dc3a5180844c0375326b919e249d09eafae.tar.gz
plus-f2193dc3a5180844c0375326b919e249d09eafae.tar.bz2
plus-f2193dc3a5180844c0375326b919e249d09eafae.tar.xz
plus-f2193dc3a5180844c0375326b919e249d09eafae.zip
comment unused method in map class.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 02c7ccbc5..3485f6c58 100644
--- a/src/map.h
+++ b/src/map.h
@@ -226,7 +226,7 @@ class Map : public Properties, public ConfigListener
/**
* Tells whether a tile is occupied by a being.
*/
- bool occupied(const int x, const int y) const;
+// bool occupied(const int x, const int y) const;
/**
* Returns the width of this map in tiles.