Remove redundant fetch_poll call

svn path=/trunk/netsurf/; revision=10185
This commit is contained in:
Daniel Silverstone 2010-03-28 15:38:01 +00:00
parent fea38002ed
commit 5d074feaf2
1 changed files with 0 additions and 1 deletions

View File

@ -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);