summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-25 02:42:50 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-25 02:42:50 +0000
commit8c399dae34cfee1034b7ed74caab95589ca8646c (patch)
tree5cc434ab974aef3dd9c50ff748edda2d50107fc4 /crawl-ref/source/view.h
parent92cd16932be75a061040a02e1345e47b21918913 (diff)
downloadcrawl-ref-8c399dae34cfee1034b7ed74caab95589ca8646c.tar.gz
crawl-ref-8c399dae34cfee1034b7ed74caab95589ca8646c.zip
[2021061] Fixing Tiles exclusion issues.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6677 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 59a7fe9379..da934d372a 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -227,10 +227,6 @@ void view_update_at(const coord_def &pos);
void viewwindow(bool draw_it, bool do_updates);
void fire_monster_alerts();
-#ifdef USE_TILE
-void init_minimap();
-#endif
-
struct ray_def;
bool find_ray( const coord_def& source, const coord_def& target,
bool allow_fallback, ray_def& ray, int cycle_dir = 0,