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;
|
||||
|
||||
if (active) {
|
||||
fetch_poll();
|
||||
FD_ZERO(&read_fd_set);
|
||||
FD_ZERO(&write_fd_set);
|
||||
FD_ZERO(&exc_fd_set);
|
||||
|
|
Loading…
Reference in New Issue