diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-08-01 13:14:45 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-08-01 21:41:46 -0400 |
commit | 455b56f0a3aa89fec063696ef86aa39986b21a5f (patch) | |
tree | e8c9b80143339762db66a627392e34df47e82df2 /src/map.h | |
parent | 5858cbe02393c64ae75952f390bd2012082bcc5b (diff) | |
download | mana-455b56f0a3aa89fec063696ef86aa39986b21a5f.tar.gz mana-455b56f0a3aa89fec063696ef86aa39986b21a5f.tar.bz2 mana-455b56f0a3aa89fec063696ef86aa39986b21a5f.tar.xz mana-455b56f0a3aa89fec063696ef86aa39986b21a5f.zip |
Remove some unused movement methods
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -258,13 +258,6 @@ class Map : public Properties const std::string &getName() const; /** - * Find a simple path from one location to the next. - */ - Path findSimplePath(int startX, int startY, - int destX, int destY, - unsigned char walkmask); - - /** * Find a path from one location to the next. */ Path findPath(int startX, int startY, int destX, int destY, |