summaryrefslogtreecommitdiff
path: root/lib/tk.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-17 09:29:36 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-17 09:29:36 +0000
commit4c97b921f2f6d71d7a3f2c0b2c0c089b15686973 (patch)
tree7c0bd6b3abad22d25c3014052fd72a58ea07be51 /lib/tk.rb
parent693efbb71035dede6459e0e5b73a5acdf38e5d90 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tk.rb')
-rw-r--r--lib/tk.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/tk.rb b/lib/tk.rb
index b10274100d..1f6d0ef7f5 100644
--- a/lib/tk.rb
+++ b/lib/tk.rb
@@ -268,13 +268,6 @@ module TkCore
end
def mainloop
- if defined?(Thread)
- INTERP._eval("proc rb_after {} {
- ruby {Thread.pass};
- after 200 rb_after
- }")
- INTERP._eval("rb_after")
- end
TclTkLib.mainloop
end