diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-26 02:26:08 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-26 02:26:08 +0000 |
| commit | 256252ad894a217257ede63e5f8a779864ca933a (patch) | |
| tree | fa18dbdc23917c331e91fdb7ae9b7f41e91a5867 /ext/tk | |
| parent | f16bd7575f293c34e14cf9e5ce54f034470b2196 (diff) | |
| download | ruby-256252ad894a217257ede63e5f8a779864ca933a.tar.gz ruby-256252ad894a217257ede63e5f8a779864ca933a.tar.xz ruby-256252ad894a217257ede63e5f8a779864ca933a.zip | |
* variable.c (rb_mod_const_missing): "const_missing" should not
appear in the caller(); add call frame adjustment.
* eval.c (rb_method_missing): simplify call frame adjustment.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
| -rw-r--r-- | ext/tk/lib/tk.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index b84b0a7c4..d33f5d7d7 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -956,10 +956,6 @@ module TkCore tk_call 'tk_getSaveFile', *hash_kv(keys) end - def chooseDirectory(keys = nil) - tk_call 'tk_chooseDirectory', *hash_kv(keys) - end - def chooseColor(keys = nil) tk_call 'tk_chooseColor', *hash_kv(keys) end |
