summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_defs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-10 01:43:13 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-10 01:51:30 +0200
commitca0b060e1ef214f31bcbda80da09e1f6154e44e3 (patch)
tree01bbf1edcca880d6de25ab9d138ee6087248839f /crawl-ref/source/l_defs.h
parentc83a8276c063277c02c43f2a6fd3959a45967744 (diff)
downloadcrawl-ref-ca0b060e1ef214f31bcbda80da09e1f6154e44e3.tar.gz
crawl-ref-ca0b060e1ef214f31bcbda80da09e1f6154e44e3.zip
Get rid of a misplaced prototype, adjust includes.
Diffstat (limited to 'crawl-ref/source/l_defs.h')
-rw-r--r--crawl-ref/source/l_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/l_defs.h b/crawl-ref/source/l_defs.h
index 3dea665d13..d7d96ae24b 100644
--- a/crawl-ref/source/l_defs.h
+++ b/crawl-ref/source/l_defs.h
@@ -9,7 +9,6 @@
dungeon_feature_type dungeon_feature_by_name(const string &name);
vector<string> dungeon_feature_matches(const string &name);
-const char *dungeon_feature_name(dungeon_feature_type feat);
string dgn_set_default_depth(const string &s);
void dgn_reset_default_depth();
bool in_show_bounds(const coord_def &c);