summaryrefslogtreecommitdiff
path: root/gtk/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-30 16:40:56 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-01 09:27:20 +0100
commit18aefabd20a16dda9ed5363088f0da5ada0d4431 (patch)
tree9447e1e0edb1d93b8ad575472e67bf7f844c5ca3 /gtk/gui.c
parent06eb81235d975bc7721719d25ac114b4ab2c94da (diff)
downloadnetsurf-18aefabd20a16dda9ed5363088f0da5ada0d4431.tar.gz
netsurf-18aefabd20a16dda9ed5363088f0da5ada0d4431.tar.bz2
change reformat to be driven from the scheduler like redraw
Diffstat (limited to 'gtk/gui.c')
-rw-r--r--gtk/gui.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index 9cd89e627..bb83721fe 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -518,11 +518,6 @@ static void nsgtk_poll(bool active)
schedule_run();
- if (browser_reformat_pending) {
- nsgtk_window_process_reformats();
- block = false;
- }
-
gtk_main_iteration_do(block);
for (unsigned int i = 0; i != fd_count; i++) {