--- deliantra/server/include/sproto.h 2012/11/12 03:48:34 1.135 +++ deliantra/server/include/sproto.h 2012/11/26 15:12:16 1.137 @@ -167,7 +167,6 @@ /* c_wiz.c */ int command_loadtest (object *op, char *params); -int command_hide (object *op, char *params); int command_setgod (object *op, char *params); int command_banish (object *op, char *params); int command_save_overlay (object *op, char *params); @@ -186,14 +185,10 @@ int command_speed (object *op, char *params); int command_stats (object *op, char *params); int command_abil (object *op, char *params); -int command_reset (object *op, char *params); -int command_nowiz (object *op, char *params); -int command_dm (object *op, char *params); int command_invisible (object *op, char *params); int command_learn_spell (object *op, char *params); int command_learn_special_prayer (object *op, char *params); int command_forget_spell (object *op, char *params); -int command_dmhide (object *op, char *params); void dm_stack_push (player *pl, tag_t item); int command_stack_pop (object *op, char *params); int command_stack_push (object *op, char *params); @@ -442,7 +437,6 @@ void set_spell_skill (object *op, object *caster, object *spob, object *dest); void spell_effect (object *spob, int x, int y, maptile *map, object *originator); object *check_spell_known (object *op, shstr_cmp name); -object *lookup_spell_by_name (object *op, const char *spname); int reflwall (maptile *m, int x, int y, object *sp_op); bool cast_create_obj (object *op, object *caster, object *new_op, int dir); int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);