summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cluautil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-23 02:28:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-23 20:57:56 +0200
commitceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b (patch)
tree0e6d91a26156375d029ab87d0d7f097ea5be23b8 /crawl-ref/source/cluautil.h
parentafb1d1f468006a809ebf73cdedbe5f6dc82ee1ab (diff)
downloadcrawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.tar.gz
crawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.zip
Make a bunch of functions static or gone.
Diffstat (limited to 'crawl-ref/source/cluautil.h')
-rw-r--r--crawl-ref/source/cluautil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/cluautil.h b/crawl-ref/source/cluautil.h
index d813f270c3..1b9511283f 100644
--- a/crawl-ref/source/cluautil.h
+++ b/crawl-ref/source/cluautil.h
@@ -140,7 +140,6 @@ struct MonsterWrap
// XXX: These are currently defined outside cluautil.cc.
void push_monster(lua_State *ls, monster* mons);
void clua_push_item(lua_State *ls, item_def *item);
-void clua_push_item_temp(lua_State *ls, const item_def &item);
item_def *clua_get_item(lua_State *ls, int ndx);
void lua_push_floor_items(lua_State *ls, int link);
dungeon_feature_type check_lua_feature(lua_State *ls, int idx);