From 7659708d5548bde86abdbc730647cc8343af075f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 9 Jul 2014 12:06:01 +0100 Subject: remove unecessary reformat call This was an error in the original refactor where redraw routine had an uneccessary optimisation to remove an outstanding reformat. --- riscos/window.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'riscos') diff --git a/riscos/window.c b/riscos/window.c index ab4cb0c50..338430a4d 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -1005,9 +1005,6 @@ static void gui_window_update_extent(struct gui_window *g) warn_user("WimpError", error->errmess); return; } - if (flags == (state.flags & (wimp_WINDOW_HSCROLL | wimp_WINDOW_VSCROLL))) { - browser_window_schedule_reformat(g->bw); - } } -- cgit v1.2.3