summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-09 12:06:01 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-09 12:50:37 +0100
commit7659708d5548bde86abdbc730647cc8343af075f (patch)
tree02eadf307f7d2030a3e18a242c602d03272a90b8 /riscos/window.c
parent9a38a5d0627d87046ed08b2f3f69d9422974ac7b (diff)
downloadnetsurf-7659708d5548bde86abdbc730647cc8343af075f.tar.gz
netsurf-7659708d5548bde86abdbc730647cc8343af075f.tar.bz2
remove unecessary reformat call
This was an error in the original refactor where redraw routine had an uneccessary optimisation to remove an outstanding reformat.
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c3
1 files changed, 0 insertions, 3 deletions
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);
- }
}