summaryrefslogtreecommitdiff
path: root/include/netsurf/browser_window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-04-26 22:28:41 +0100
committerVincent Sanders <vince@kyllikki.org>2017-04-26 22:28:41 +0100
commit87ed0904e0dd1fec1b204f64db760aa65fad2cd6 (patch)
tree1bd62daa3a4c4ca40d9af3057765b567e6e32745 /include/netsurf/browser_window.h
parent7bbf2a9ca0cd418f64b001b87f77c779433119fe (diff)
parent5fba1fb94d875a849d3c9092943406b7cab4d27a (diff)
downloadnetsurf-87ed0904e0dd1fec1b204f64db760aa65fad2cd6.tar.gz
netsurf-87ed0904e0dd1fec1b204f64db760aa65fad2cd6.tar.bz2
Merge branch 'vince/scroll-api'
Diffstat (limited to 'include/netsurf/browser_window.h')
-rw-r--r--include/netsurf/browser_window.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h
index c56cf5571..567e314c5 100644
--- a/include/netsurf/browser_window.h
+++ b/include/netsurf/browser_window.h
@@ -572,26 +572,6 @@ void browser_window_get_position(struct browser_window *bw, bool root,
*/
void browser_window_set_position(struct browser_window *bw, int x, int y);
-/**
- * Scroll the browser window to display the passed area
- *
- * \param bw browser window to scroll
- * \param rect area to display
- */
-void browser_window_scroll_visible(struct browser_window *bw,
- const struct rect *rect);
-
-/**
- * Set scroll offsets for a browser window.
- *
- * \param bw The browser window
- * \param x The x scroll offset to set
- * \param y The y scroll offset to set
- *
- * \todo Do we really need this and browser_window_scroll_visible?
- * Ditto for gui_window_* variants.
- */
-void browser_window_set_scroll(struct browser_window *bw, int x, int y);
/**
* Set drag type for a browser window, and inform front end