1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00

[libevent] These lines seem not needed

This commit is contained in:
Witold Filipczyk 2024-03-07 19:15:51 +01:00
parent 432771ac82
commit 419ead8604

View File

@ -1183,8 +1183,10 @@ select_loop(void (*init)(void))
check_signals();
try_redraw_all_terminals();
}
#if 0
if (program.terminate) break;
do_event_loop(EVLOOP_ONCE);
#endif
}
if (was_installed_timer) {
kill_timer(&periodic_redraw_timer);