summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-06-01 23:12:14 -0400
committerEnne Walker <enne.walker@gmail.com>2010-06-08 21:33:32 -0400
commit46d2fc5989b03249627cd878dfdc6c2eb8fe0607 (patch)
tree887614d9989b472707a671b60e76bd489ea803b0 /crawl-ref/source/tilepick.h
parentc4b79eddc53a6ff287e29583aec7c49f70755af1 (diff)
downloadcrawl-ref-46d2fc5989b03249627cd878dfdc6c2eb8fe0607.tar.gz
crawl-ref-46d2fc5989b03249627cd878dfdc6c2eb8fe0607.zip
Remove unused tileidx_unseen_terrain function.
Diffstat (limited to 'crawl-ref/source/tilepick.h')
-rw-r--r--crawl-ref/source/tilepick.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.h b/crawl-ref/source/tilepick.h
index 7c47178abf..2f83e26cef 100644
--- a/crawl-ref/source/tilepick.h
+++ b/crawl-ref/source/tilepick.h
@@ -36,7 +36,6 @@ tileidx_t tileidx_known_brand(const item_def &item);
tileidx_t tileidx_corpse_brand(const item_def &item);
tileidx_t get_clean_map_idx(tileidx_t tile_idx);
-tileidx_t tileidx_unseen_terrain(const coord_def &gc, int what);
tileidx_t tileidx_unseen_flag(const coord_def &gc);
void tileidx_unseen(tileidx_t *fg, tileidx_t *bg, screen_buffer_t ch,
const coord_def& gc);