]> git.pond.sub.org Git - empserver/commitdiff
Remove unused non-terminal <VAR> from output of list command
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Feb 2008 06:50:26 +0000 (07:50 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Feb 2008 06:50:26 +0000 (07:50 +0100)
It's been unused since commit 5dec30d6, and its explanation was bogus
before.

src/lib/player/empdis.c

index 8754fc7d1b69236a692a09c4b98ae2f777198683..4be104eeff427d5e0b9b3f48d65fc1600d2e966e 100644 (file)
@@ -137,7 +137,6 @@ explain(void)
        /* FIXME incomplete */
        "  <NUM> :: a number in unspecified units\n"
        "  <COMM> :: a commodity such as `food', `guns', etc\n"
-       "  <VAR> :: a commodity such as `food', `guns', etc\n"
        "  <TYPE> :: an item type such as `ship', `plane', etc\n");
     for (i = 0; (format = player_coms[i].c_form) != 0; i++) {
        if ((player_coms[i].c_permit & player->nstat)