browser_window: Remove spurious stopping of throbber

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-12-01 21:21:44 +00:00
parent 38fb545e1b
commit c4919105ba
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74

View File

@ -1315,8 +1315,6 @@ browser_window__handle_error(struct browser_window *bw,
break;
}
browser_window_stop_throbber(bw);
return NSERROR_OK;
}