GTK: Remove hack for url bar refresh on throbber stop

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-02-22 16:25:49 +00:00
parent 277c1550f5
commit e87bc1bfda
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 0 additions and 3 deletions

View File

@ -3592,9 +3592,6 @@ nserror nsgtk_toolbar_throbber(struct nsgtk_toolbar *tb, bool active)
browser_window_history_forward_available(bw));
nsgtk_local_history_hide();
/* update the url bar, for the final time */
browser_window_refresh_url_bar(bw);
return res;
}