summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_defs.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-12-12 21:53:41 -0500
committerSamuel Bronson <naesten@gmail.com>2013-12-12 21:53:41 -0500
commit2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3 (patch)
tree71ae14a41b5561a5e772ec1face6cc65a00756f5 /crawl-ref/source/l_defs.h
parentf72215e01c566abe4efc4fb2311c652dadf383c1 (diff)
downloadcrawl-ref-2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3.tar.gz
crawl-ref-2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3.zip
Start using -Wredundant-decls; fix all the instances I get
That is, unless you count the ones in ncurses' headers, which I can't do anything except suppress.
Diffstat (limited to 'crawl-ref/source/l_defs.h')
-rw-r--r--crawl-ref/source/l_defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/l_defs.h b/crawl-ref/source/l_defs.h
index d7d96ae24b..95de96dbf5 100644
--- a/crawl-ref/source/l_defs.h
+++ b/crawl-ref/source/l_defs.h
@@ -7,11 +7,8 @@
#ifndef L_DEFS_H
#define L_DEFS_H
-dungeon_feature_type dungeon_feature_by_name(const string &name);
-vector<string> dungeon_feature_matches(const string &name);
string dgn_set_default_depth(const string &s);
void dgn_reset_default_depth();
bool in_show_bounds(const coord_def &c);
-coord_def player2grid(const coord_def &p);
#endif