From b9ff7f39ae30d49010fb9a2c8eecd401b92e88b2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 6 Jul 2011 16:01:53 +0000 Subject: Remove pointless content_msg_data. svn path=/trunk/netsurf/; revision=12585 --- riscos/window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/riscos/window.c b/riscos/window.c index 35af9bcfd..1fbe48650 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -226,7 +226,6 @@ struct update_box { int y1; bool use_buffer; struct gui_window *g; - union content_msg_data data; struct update_box *next; }; @@ -800,7 +799,6 @@ void gui_window_update_box(struct gui_window *g, const struct rect *rect) pending_updates = cur; cur->g = g; cur->use_buffer = use_buffer; - cur->data = *data; } @@ -4318,7 +4316,6 @@ void ro_gui_window_update_boxes(void) os_error *error; struct update_box *cur; struct gui_window *g; - const union content_msg_data *data; struct redraw_context ctx = { .interactive = true, .plot = &ro_plotters @@ -4329,7 +4326,6 @@ void ro_gui_window_update_boxes(void) if (!g) continue; - data = &cur->data; use_buffer = cur->use_buffer; update.w = g->window; -- cgit v1.2.3