--- deliantra/server/include/sproto.h 2007/03/02 11:41:14 1.49 +++ deliantra/server/include/sproto.h 2007/03/02 13:32:51 1.51 @@ -144,10 +144,6 @@ int command_stay(object *op, char *params); /* c_new.c */ void execute_newserver_command(object *pl, char *command); -int command_run(object *op, char *params); -int command_run_stop(object *op, char *params); -int command_fire(object *op, char *params); -int command_fire_stop(object *op, char *params); int bad_command(object *op, char *params); /* c_object.c */ object *find_best_object_match(object *pl, const char *params); @@ -168,7 +164,6 @@ int command_drop(object *op, char *params); int command_examine(object *op, char *params); object *find_marked_object(object *op); -int command_mark(object *op, char *params); void examine_monster(object *op, object *tmp); char *long_desc(object *tmp, object *pl); void examine(object *op, object *tmp); @@ -202,7 +197,6 @@ int command_hide(object *op, char *params); int command_setgod(object *op, char *params); int command_banish(object *op, char *params); -int command_kick(object *op, char *params); int command_save_overlay(object *op, char *params); int command_toggle_shout(object *op, char *params); int command_shutdown(object *op, char *params);