summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-25 13:32:28 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-25 13:45:54 +0100
commit860fbc2f8c09339213c79d815dce0f67b51f4348 (patch)
tree1c017497c6c5a975504d21683239510dd63534dc /include
parent53d07a8e462488891f248571fd27b00197790bf7 (diff)
downloadnetsurf-860fbc2f8c09339213c79d815dce0f67b51f4348.tar.gz
netsurf-860fbc2f8c09339213c79d815dce0f67b51f4348.tar.bz2
make browser_window_update internal to browser window as intended
Diffstat (limited to 'include')
-rw-r--r--include/netsurf/browser_window.h9
1 files changed, 0 insertions, 9 deletions
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
@@ -302,15 +302,6 @@ void browser_window_set_dimensions(struct browser_window *bw,
/**
- * 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.
*
* \param bw The browser window to stop activity in.