From 78b3af20feaf8088b0a68668bb9bae274779d121 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 9 Apr 2011 08:01:58 +0200 Subject: [PATCH] Drop "xdump ver" deprecated in 4.3.12 --- src/lib/commands/xdump.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/commands/xdump.c b/src/lib/commands/xdump.c index d758b1d33..8d10669e6 100644 --- a/src/lib/commands/xdump.c +++ b/src/lib/commands/xdump.c @@ -27,7 +27,7 @@ * xdump.c: Extended dump * * Known contributors to this file: - * Markus Armbruster, 2004-2008 + * Markus Armbruster, 2004-2011 */ #include @@ -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]); } -- 2.43.0