mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[libevent] These lines seem not needed
This commit is contained in:
parent
432771ac82
commit
419ead8604
@ -1183,8 +1183,10 @@ select_loop(void (*init)(void))
|
|||||||
check_signals();
|
check_signals();
|
||||||
try_redraw_all_terminals();
|
try_redraw_all_terminals();
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if (program.terminate) break;
|
if (program.terminate) break;
|
||||||
do_event_loop(EVLOOP_ONCE);
|
do_event_loop(EVLOOP_ONCE);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
if (was_installed_timer) {
|
if (was_installed_timer) {
|
||||||
kill_timer(&periodic_redraw_timer);
|
kill_timer(&periodic_redraw_timer);
|
||||||
|
Loading…
Reference in New Issue
Block a user