The frontend has no business calling fetch_poll(). Stop it.

svn path=/trunk/netsurf/; revision=11773
This commit is contained in:
John Mark Bell 2011-02-23 22:30:31 +00:00
parent 0231675abf
commit e591889566

View File

@ -716,7 +716,6 @@ void gui_poll(bool active)
FD_ZERO(&exc_fd_set);
if (active) {
fetch_poll();
code = curl_multi_fdset(fetch_curl_multi,
&read_fd_set,
&write_fd_set,