mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 21:46:57 +03:00
Simplify a browser_window_go_post() to browser_window_go().
svn path=/trunk/netsurf/; revision=10762
This commit is contained in:
parent
4972283771
commit
76a8c043a6
@ -862,8 +862,7 @@ void browser_window_reload(struct browser_window *bw, bool all)
|
|||||||
|
|
||||||
content_invalidate_reuse_data(bw->current_content);
|
content_invalidate_reuse_data(bw->current_content);
|
||||||
|
|
||||||
browser_window_go_post(bw, content_get_url(bw->current_content), 0, 0,
|
browser_window_go(bw, content_get_url(bw->current_content), 0, false);
|
||||||
false, 0, false, true, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user