remove unused globals: save_cm, was_waterlevel

From entrez.  Since restoring was removed separately it was easier
to edit the files manually than to use his diff.
This commit is contained in:
PatR
2021-10-12 11:41:56 -07:00
parent 9c667501b6
commit 5350f049b2
3 changed files with 2 additions and 10 deletions

View File

@@ -4502,13 +4502,9 @@ parse(void)
}
g.multi = g.command_count;
if (g.multi) {
if (g.multi)
g.multi--;
g.save_cm = g.command_line;
} else {
g.save_cm = (char *) 0;
}
/* in 3.4.3 this was in rhack(), where it was too late to handle M-5 */
if (g.Cmd.pcHack_compat) {
/* This handles very old inconsistent DOS/Windows behaviour