summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index c2815302a7..88b2958a79 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -11,7 +11,6 @@
#include "externs.h"
void init_char_table(char_set_type set);
-void init_feature_table();
void init_monsters_seens();
void beogh_follower_convert(monsters *monster, bool orc_hit = false);
@@ -57,8 +56,6 @@ void get_item_symbol(unsigned int object, unsigned *ch,
unsigned real_colour(unsigned raw_colour);
int get_mons_colour(const monsters *mons);
-const feature_def &get_feature_def(dungeon_feature_type feat);
-
void set_envmap_obj( const coord_def& where, int object );
unsigned get_envmap_char(int x, int y);
inline unsigned get_envmap_char(const coord_def& c) {