summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dlua.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dlua.h')
-rw-r--r--crawl-ref/source/dlua.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/dlua.h b/crawl-ref/source/dlua.h
index 8d5feaa119..8df5841da2 100644
--- a/crawl-ref/source/dlua.h
+++ b/crawl-ref/source/dlua.h
@@ -71,13 +71,8 @@ public:
};
void init_dungeon_lua();
-std::string dgn_set_default_depth(const std::string &s);
-void dgn_reset_default_depth();
-int dlua_stringtable(lua_State *ls, const std::vector<std::string> &s);
-dungeon_feature_type dungeon_feature_by_name(const std::string &name);
-std::vector<std::string> dungeon_feature_matches(const std::string &name);
-const char *dungeon_feature_name(dungeon_feature_type feat);
+int dlua_stringtable(lua_State *ls, const std::vector<std::string> &s);
void print_dlua_stack();