From c9fe1b604e98e02391aecfda2923130f09407453 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Jun 2011 22:21:15 +0000 Subject: HTML contents manage box scrollbars, rather than browser_windows. svn path=/trunk/netsurf/; revision=12519 --- desktop/browser.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 8790fad1f..6ab7f5c7d 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -114,10 +114,6 @@ struct browser_window { unsigned int drag_resize_up : 1; unsigned int drag_resize_down : 1; - /** Scroll capturing all mouse events, updated to any active HTML - * scrollbar, or NULL when no scrollbar drags active */ - struct scrollbar *scrollbar; - /** Current fetch is download */ bool download; @@ -198,11 +194,6 @@ struct browser_window { int status_miss; /**< Number of times status was really updated. */ }; -struct browser_scrollbar_data { - struct browser_window *bw; - struct box *box; -}; - extern struct browser_window *current_redraw_browser; extern bool browser_reformat_pending; -- cgit v1.2.3