Simplify a browser_window_go_post() to browser_window_go().

svn path=/trunk/netsurf/; revision=10762
This commit is contained in:
James Bursa 2010-09-12 18:27:59 +00:00
parent 4972283771
commit 76a8c043a6
1 changed files with 1 additions and 2 deletions

View File

@ -862,8 +862,7 @@ void browser_window_reload(struct browser_window *bw, bool all)
content_invalidate_reuse_data(bw->current_content);
browser_window_go_post(bw, content_get_url(bw->current_content), 0, 0,
false, 0, false, true, 0);
browser_window_go(bw, content_get_url(bw->current_content), 0, false);
}