From 860fbc2f8c09339213c79d815dce0f67b51f4348 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 25 May 2020 13:32:28 +0100 Subject: make browser_window_update internal to browser window as intended --- include/netsurf/browser_window.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h index 73ca8e81b..521340a82 100644 --- a/include/netsurf/browser_window.h +++ b/include/netsurf/browser_window.h @@ -301,15 +301,6 @@ void browser_window_set_dimensions(struct browser_window *bw, int width, int height); -/** - * Redraw browser window, set extent to content, and update title. - * - * \param bw browser_window - * \param scroll_to_top move view to top of page - */ -void browser_window_update(struct browser_window *bw, bool scroll_to_top); - - /** * Stop all fetching activity in a browser window. * -- cgit v1.2.3