diff --git a/src/lib/commands/peek.c b/src/lib/commands/peek.c index de51e02d..baf55348 100644 --- a/src/lib/commands/peek.c +++ b/src/lib/commands/peek.c @@ -40,7 +40,6 @@ #include "nsc.h" #include "nat.h" #include "commands.h" -#include "version.h" /* need to OBSOLETE hidden command */ int peek(void) @@ -49,13 +48,6 @@ peek(void) int nsect; struct nstr_sect nstr; - /* - * OBSOLETE - * Can be removed once hidden command is removed from empmod.c - */ - if (player->argp[0][0] == 'h') - pr("The hidden command has been renamed to peek, use peek in the future\n"); - if (!snxtsct(&nstr, player->argp[1])) return RET_SYN; prdate(); diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index 1069b374..2bf755e3 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -40,8 +40,6 @@ #include "nat.h" #include "file.h" #include "commands.h" -#include "version.h" /* need to OBSOLETE hidden command */ - struct cmndstr player_coms[] = { /* command form cost addr permit */ @@ -120,11 +118,6 @@ struct cmndstr player_coms[] = { {"harden ", 2, hard, C_MOD, NORM + MONEY + CAP}, {"help ", 0, info, 0, VIS}, {"headlines [days]", 0, head, C_MOD, VIS}, - /* - * OBSOLETE - * once hidden command is removed, also remove the hidden code in peek.c - */ - {"hidden ", 0, peek, 0, GOD}, {"improve ", 1, improve, C_MOD, NORM + MONEY + CAP}, {"info ", 0, info, 0, VIS},