From 5400fd87a5e1efbc41acdf5c8613e5a3c3280109 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 1 Mar 2015 09:58:55 +0100 Subject: [PATCH] subs/move: Drop syntax deprecated in 4.3.27 Deprecated in commit 28d4847: no space between 'm' and its first argument. Affects explore, move, test, transport. Signed-off-by: Markus Armbruster --- src/lib/subs/move.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/subs/move.c b/src/lib/subs/move.c index 323017c16..a66d2840c 100644 --- a/src/lib/subs/move.c +++ b/src/lib/subs/move.c @@ -172,13 +172,6 @@ move_ground(struct sctstr *start, struct sctstr *end, } if (dir == DIR_MAP) { parse(movstr, scanspace, argp, NULL, NULL, NULL); - if (argp[0][1]) { - pr("Use of '%c' without a space before its argument is deprecated.\n" - "Support for it will go away in a future release\n", - *movstr); - argp[2] = argp[1]; - argp[1] = argp[0] + 1; - } if (!exploring) map(curx, cury, argp[1], argp[2]); *movstr = 0; -- 2.43.0