Drop "xdump ver" deprecated in 4.3.12

This commit is contained in:
Markus Armbruster 2011-04-09 08:01:58 +02:00
parent 1ffea04a6d
commit 78b3af20fe

View file

@ -27,7 +27,7 @@
* xdump.c: Extended dump
*
* Known contributors to this file:
* Markus Armbruster, 2004-2008
* Markus Armbruster, 2004-2011
*/
#include <config.h>
@ -211,7 +211,5 @@ xdump(void)
pr("Access to table %s denied\n", ef_nameof(type));
return RET_FAIL;
}
if (type == EF_VERSION && !player->argp[2])
return xditem(&xd, type, "*"); /* backward compatibility */
return xditem(&xd, type, player->argp[2]);
}