From 30101b924ce9eb164d6991ddda9e7ea167ff3bc7 Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Tue, 7 Jul 2015 10:48:37 +0200
Subject: [PATCH] With GVL-use of fxruby-1.6.30 disableThreads is no longer
 necessary.

---
 examples/gltest.rb | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/examples/gltest.rb b/examples/gltest.rb
index bcc3bae..fdb8f4a 100755
--- a/examples/gltest.rb
+++ b/examples/gltest.rb
@@ -312,13 +312,6 @@ if __FILE__ == $0
   # Construct the application
   application = FXApp.new("GLTest", "FoxTest")
 
-  # To ensure that the chores-based spin will run as fast as possible,
-  # we can disable the chore in FXRuby's event loop that tries to schedule
-  # other threads. This is OK for this program because there aren't any
-  # other Ruby threads running.
-
-  application.disableThreads
-
   # Construct the main window
   GLTestWindow.new(application)
 
-- 
GitLab