(peek, empmod): Remove obsolete command hidden.

This commit is contained in:
Markus Armbruster 2005-12-03 21:02:31 +00:00
parent 38c55314f2
commit 8f7389e404
2 changed files with 0 additions and 15 deletions

View file

@ -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();