tty build fix

My repository got out of synch and I had a hell of a time restoring
sanity.

The most recent commit included a line in wintty.c that shouldn't have
been there.
This commit is contained in:
PatR
2023-10-22 08:50:33 -07:00
parent 77ae10f566
commit b0ab22a4e6

View File

@@ -3217,7 +3217,6 @@ ttyinv_populate_slot(
{
struct tty_perminvent_cell *cell;
char c;
boolean inuse_only = ((ttyinvmode & InvInUse) != 0);
int ccnt, col, endcol;
boolean inuse_only = (ttyinvmode & InvInUse) != 0;