mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Remove redundant fetch_poll call
svn path=/trunk/netsurf/; revision=10185
This commit is contained in:
parent
fea38002ed
commit
5d074feaf2
@ -349,7 +349,6 @@ void gui_poll(bool active)
|
|||||||
block = false;
|
block = false;
|
||||||
|
|
||||||
if (active) {
|
if (active) {
|
||||||
fetch_poll();
|
|
||||||
FD_ZERO(&read_fd_set);
|
FD_ZERO(&read_fd_set);
|
||||||
FD_ZERO(&write_fd_set);
|
FD_ZERO(&write_fd_set);
|
||||||
FD_ZERO(&exc_fd_set);
|
FD_ZERO(&exc_fd_set);
|
||||||
|
Loading…
Reference in New Issue
Block a user