From 9c4b9f5c945b4818f583fb895b77311e9fcf2db2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 30 Jun 2011 17:51:58 +0000 Subject: Fix up RISC OS front end. svn path=/trunk/netsurf/; revision=12545 --- riscos/toolbar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscos/toolbar.c') diff --git a/riscos/toolbar.c b/riscos/toolbar.c index 263ba050c..73823394f 100644 --- a/riscos/toolbar.c +++ b/riscos/toolbar.c @@ -1011,8 +1011,6 @@ void ro_toolbar_redraw(wimp_draw *redraw) assert(toolbar != NULL); - plot = ro_plotters; - error = xwimp_redraw_window(redraw, &more); if (error) { LOG(("xwimp_redraw_window: 0x%x: %s", -- cgit v1.2.3