add: Drop syntax deprecated in 4.3.29
Deprecated in commit 373f20a
: argument "new".
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
5400fd87a5
commit
8cb0a7fa0f
1 changed files with 0 additions and 4 deletions
|
@ -91,10 +91,6 @@ add(void)
|
||||||
case 'v':
|
case 'v':
|
||||||
stat = STAT_VIS;
|
stat = STAT_VIS;
|
||||||
break;
|
break;
|
||||||
case 'n':
|
|
||||||
pr("Argument 'new' is deprecated and will go away in a future release.\n"
|
|
||||||
"Use 'player' instead.\n");
|
|
||||||
/* fall through */
|
|
||||||
case 'p':
|
case 'p':
|
||||||
stat = STAT_NEW;
|
stat = STAT_NEW;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue