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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/dlua.h b/crawl-ref/source/dlua.h
index 4d3aa4c842..e23fa220b7 100644
--- a/crawl-ref/source/dlua.h
+++ b/crawl-ref/source/dlua.h
@@ -119,14 +119,6 @@ dgn_event *var = *(dgn_event **) luaL_checkudata(ls, n, DEVENT_METATABLE)
#define MAPMARKER(ls, n, var) \
map_marker *var = *(map_marker **) luaL_checkudata(ls, n, MAPMARK_METATABLE)
-extern const struct luaL_reg crawl_lib[];
-extern const struct luaL_reg dgn_lib[];
-extern const struct luaL_reg los_lib[];
-
-void luaopen_ray(lua_State *ls);
-
-void register_mapdef_tables(lua_State *ls);
-
//////////////////////////////////////////////////////////////////////////
#endif