diff --git a/src/interpreter.c b/src/interpreter.c index 95f4164..d90b59e 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -194,7 +194,6 @@ cpp_extern const struct command_info cmd_info[] = { { "look" , "l" , POS_RESTING , do_look , 0, SCMD_LOOK }, { "last" , "last" , POS_DEAD , do_last , LVL_GOD, 0 }, { "leave" , "lea" , POS_STANDING, do_leave , 0, 0 }, - { "levels" , "lev" , POS_DEAD , do_levels , 0, 0 }, { "list" , "lis" , POS_STANDING, do_not_here , 0, 0 }, { "links" , "lin" , POS_STANDING, do_links , LVL_GOD, 0 }, { "lock" , "loc" , POS_SITTING , do_gen_door , 0, SCMD_LOCK },