summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-08 20:08:31 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-08 20:13:13 +0200
commit9cc7466db06f418c165ed79fd6bfdfe334a6a568 (patch)
tree67dfdfb1c6612a84db7423ab00d8518753edc88a /crawl-ref/source/terrain.h
parent2fb004a5ae4d47af8151a821f296c25426fbe1e4 (diff)
downloadcrawl-ref-9cc7466db06f418c165ed79fd6bfdfe334a6a568.tar.gz
crawl-ref-9cc7466db06f418c165ed79fd6bfdfe334a6a568.zip
Remove legacy losight() function.
Also remove an obsoleted variant of grid_appearance.
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index 1c0adc0b1d..05dd845f42 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -53,7 +53,6 @@ void find_connected_range(coord_def d, dungeon_feature_type ft_min,
void get_door_description(int door_size, const char** adjective, const char** noun);
dungeon_feature_type grid_secret_door_appearance(const coord_def &where);
dungeon_feature_type grid_appearance(const coord_def &gc);
-dungeon_feature_type grid_appearance(const feature_grid &gr, const coord_def &gc);
unsigned int show_appearance(const coord_def &ep);
bool grid_destroys_items(dungeon_feature_type grid);