From 6e3e168d08a6d9ae12d33f65ffcdae20306e9d06 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 31 Aug 2011 17:53:40 +0000 Subject: Avoid instance of using bw->current_content outside desktop/. svn path=/trunk/netsurf/; revision=12690 --- render/html.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 482297e0d..88c8b9bfb 100644 --- a/render/html.h +++ b/render/html.h @@ -148,8 +148,6 @@ void html_redraw_a_box(struct hlcache_handle *h, struct box *box); void html_overflow_scroll_drag_end(struct scrollbar *scrollbar, browser_mouse_state mouse, int x, int y); -size_t html_selection_drag_end(struct hlcache_handle *h, - browser_mouse_state mouse, int x, int y, int dir); bool text_redraw(const char *utf8_text, size_t utf8_len, size_t offset, int space, -- cgit v1.2.3