summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-08-01 13:14:45 -0400
committerChuck Miller <shadowmil@gmail.com>2009-08-01 21:41:46 -0400
commit455b56f0a3aa89fec063696ef86aa39986b21a5f (patch)
treee8c9b80143339762db66a627392e34df47e82df2 /src/map.h
parent5858cbe02393c64ae75952f390bd2012082bcc5b (diff)
downloadmana-client-455b56f0a3aa89fec063696ef86aa39986b21a5f.tar.gz
mana-client-455b56f0a3aa89fec063696ef86aa39986b21a5f.tar.bz2
mana-client-455b56f0a3aa89fec063696ef86aa39986b21a5f.tar.xz
mana-client-455b56f0a3aa89fec063696ef86aa39986b21a5f.zip
Remove some unused movement methods
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map.h b/src/map.h
index 1cf3c922..6baf7411 100644
--- a/src/map.h
+++ b/src/map.h
@@ -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,