Don't use conditional compilation to time out obsolete stuff. Do it

by hand.
This commit is contained in:
Markus Armbruster 2005-10-21 17:55:34 +00:00
parent c1ab03dd5e
commit cf426896af
2 changed files with 1 additions and 4 deletions

View file

@ -49,14 +49,13 @@ peek(void)
int nsect;
struct nstr_sect nstr;
#if EMP_VERS_MINOR == 2 && EMP_VERS_PATCH <= 22
/*
* 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");
#endif
if (!snxtsct(&nstr, player->argp[1]))
return RET_SYN;
prdate();