mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 10:52:07 +03:00
The frontend has no business calling fetch_poll(). Stop it.
svn path=/trunk/netsurf/; revision=11773
This commit is contained in:
parent
0231675abf
commit
e591889566
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user