follow-up curses idlecheckpoint

This commit is contained in:
nhmall
2026-05-22 14:20:13 -04:00
parent e394dc341b
commit be4d613bff
-1
View File
@@ -41,7 +41,6 @@ curses_getch(void)
} else if (iflags.idlecheckpoint) {
boolean done_a_checkpoint = FALSE;
done_a_checkpoint = FALSE;
timeout(IDLECHECKPOINT_WAIT_TIME * 1000);
timeoutset = TRUE;