From: Stephane Glondu <steph@glondu.net>
Date: Sun, 11 Sep 2011 16:45:25 +0200
Subject: Remove call to GtkThread.set_do_jobs_delay

This function is present in lablgtk's git, but not in latest release
2.14.2.

Forwarded: no
Signed-off-by: Stephane Glondu <steph@glondu.net>
---
 src/editor/ed_main.ml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/editor/ed_main.ml b/src/editor/ed_main.ml
index 6a20ecf..b958b35 100644
--- a/src/editor/ed_main.ml
+++ b/src/editor/ed_main.ml
@@ -75,7 +75,6 @@ let main () =
      in
      Cam_hooks.warning_message (Ed_misc.to_utf8 m);
     );
-  GtkThread.set_do_jobs_delay 0.02;
   GtkThread.main ();
   Ed_view.iter_factories
     (fun f -> Ed_misc.catch_print_exceptions (fun () -> f#on_exit) ());
-- 
