diff options
Diffstat (limited to 'ext/tk/sample/tkdialog.rb')
-rw-r--r-- | ext/tk/sample/tkdialog.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tk/sample/tkdialog.rb b/ext/tk/sample/tkdialog.rb index e83e16d0a8..73708945fb 100644 --- a/ext/tk/sample/tkdialog.rb +++ b/ext/tk/sample/tkdialog.rb @@ -54,7 +54,6 @@ bot.pack root.pack('side'=>'top', 'fill'=>'both', 'expand'=>'yes') def quit(button) - print "aaa\n" print "You pressed the \"#{button}\" button; bye-bye!\n" exit end |