From d2253eee8faafebc816b403395e875a290f826e1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 11 Jan 2012 14:29:44 +0000 Subject: Don't need root bw here any more. svn path=/trunk/netsurf/; revision=13396 --- render/html_interaction.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index 56d9e83b7..81dd71ca2 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -817,8 +817,6 @@ void html_overflow_scroll_callback(void *client_data, html_content *html = (html_content *)data->c; struct box *box = data->box; int x, y, box_x, box_y, diff_x, diff_y; - struct browser_window *root_bw; - switch(scrollbar_data->msg) { case SCROLLBAR_MSG_REDRAW: @@ -859,8 +857,6 @@ void html_overflow_scroll_callback(void *client_data, DRAGGING_CONTENT_SCROLLBAR, &rect); html->scrollbar = scrollbar_data->scrollbar; - - root_bw = browser_window_get_root(html->bw); } break; case SCROLLBAR_MSG_SCROLL_FINISHED: -- cgit v1.2.3