--- deliantra/server/server/c_misc.C 2007/02/01 19:15:39 1.41 +++ deliantra/server/server/c_misc.C 2007/02/02 21:50:43 1.42 @@ -349,13 +349,6 @@ } int -command_archs (object *op, char *params) -{ - arch_info (op); - return 1; -} - -int command_hiscore (object *op, char *params) { display_high_score (op, op == NULL ? 9999 : 50, params);