From 455b56f0a3aa89fec063696ef86aa39986b21a5f Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sat, 1 Aug 2009 13:14:45 -0400 Subject: Remove some unused movement methods --- src/map.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 1cf3c922..6baf7411 100644 --- a/src/map.h +++ b/src/map.h @@ -257,13 +257,6 @@ class Map : public Properties const std::string &getMusicFile() const; 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. */ -- cgit v1.2.3-70-g09d2