Skip to content

Commit

Permalink
Remove comment that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Dec 27, 2023
1 parent eda5750 commit 3686a65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib/idlelib/macosx.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ def help_dialog(event=None):
root.bind('<<open-config-dialog>>', config_dialog)
root.createcommand('::tk::mac::ShowPreferences', config_dialog)
if flist:
# The binding above doesn't reliably work on all versions of Tk
# on macOS. Adding command definition below does seem to do the
# right thing for now.
root.createcommand('::tk::mac::Quit', flist.close_all_callback)

if isCarbonTk():
Expand Down

0 comments on commit 3686a65

Please sign in to comment.