Paging is slowly becoming better, but still susceptible to race conditions
[rodin/chimara.git] / libchimara / strio.c
index ea9d7b5d5128a33d5a68a3ab93c367a1d294ae39..d0404931508a1d70d87e0842129b59542d24ff54 100644 (file)
@@ -62,10 +62,6 @@ flush_window_buffer(winid_t win)
                ChimaraGlk *glk = CHIMARA_GLK(gtk_widget_get_ancestor(win->widget, CHIMARA_TYPE_GLK));
                g_assert(glk);
                g_signal_emit_by_name(glk, "text-buffer-output", win->rock, win->buffer->str);
-
-               /* Schedule a check for the pager */
-               g_idle_add(pager_check, win);
-
        }
                break;