summaryrefslogtreecommitdiff
path: root/src/object.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-18 06:20:20 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-18 19:48:30 +0200
commit38ab9bd955e7516cdc0279dcdcf461f975fde3ef (patch)
tree4156f49c3482f99b8b09c5a87f1e5a600aba73fb /src/object.pkg
parentc1f2b8f2d299d22be4ad3f2f176b6e106eeff6dc (diff)
Lua: Move cast_school_spell() to C
Diffstat (limited to 'src/object.pkg')
-rw-r--r--src/object.pkg1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object.pkg b/src/object.pkg
index 1ff281c7..4859e35b 100644
--- a/src/object.pkg
+++ b/src/object.pkg
@@ -1132,7 +1132,6 @@ extern object_type *new_object();
extern void end_object(object_type *o_ptr);
extern bool get_item @ get_item_aux(int *cp, cptr pmt, cptr str, int mode);
extern void lua_set_item_tester(int tval, char *fct);
-extern bool is_magestaff();
extern void identify_pack_fully(void);
extern s16b inven_carry(object_type *o_ptr, bool final);
extern s32b calc_total_weight(void);