summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coord.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-06-09 11:52:09 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-06-09 11:52:09 +0200
commit328fef862c5158c65d1091f68266b69346f7d511 (patch)
treecda12a53f783af03fbfc9922bf8a4ecbd897db9b /crawl-ref/source/coord.h
parent575dd19e71e3824c60f7ad6809c54b050602acca (diff)
downloadcrawl-ref-328fef862c5158c65d1091f68266b69346f7d511.tar.gz
crawl-ref-328fef862c5158c65d1091f68266b69346f7d511.zip
Get rid of non-coord_def distance, grid_distance.
Diffstat (limited to 'crawl-ref/source/coord.h')
-rw-r--r--crawl-ref/source/coord.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/coord.h b/crawl-ref/source/coord.h
index 197989543b..b45222ad04 100644
--- a/crawl-ref/source/coord.h
+++ b/crawl-ref/source/coord.h
@@ -31,9 +31,7 @@ inline bool show_bounds(const coord_def &p)
}
int grid_distance( const coord_def& p1, const coord_def& p2 );
-int grid_distance( int x, int y, int x2, int y2 );
int distance( const coord_def& p1, const coord_def& p2 );
-int distance( int x, int y, int x2, int y2);
bool adjacent( const coord_def& p1, const coord_def& p2 );
// Conversion between different coordinate systems.