Skip to content
Snippets Groups Projects
Commit 30101b92 authored by Lars Kanis's avatar Lars Kanis
Browse files

With GVL-use of fxruby-1.6.30 disableThreads is no longer necessary.

parent 1530e7fb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment