summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-08-31 17:53:40 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-08-31 17:53:40 +0000
commit6e3e168d08a6d9ae12d33f65ffcdae20306e9d06 (patch)
tree1f8ac1f32f7ac9135df7bd6056096592ced5749f /render/html.h
parent5af7a9c03c71cae313853a3550d34c9f4e42f4f8 (diff)
downloadnetsurf-6e3e168d08a6d9ae12d33f65ffcdae20306e9d06.tar.gz
netsurf-6e3e168d08a6d9ae12d33f65ffcdae20306e9d06.tar.bz2
Avoid instance of using bw->current_content outside desktop/.
svn path=/trunk/netsurf/; revision=12690
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 0 insertions, 2 deletions
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,