Commit 96f802a9 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #16893: finish deprecation.

parent b50c6377
......@@ -85,9 +85,7 @@ class HelpDialog(object):
self.dlg = None
self.parent = None
helpDialog = HelpDialog() # singleton instance
def _help_dialog(parent): # wrapper for htest
helpDialog.show_dialog(parent)
helpDialog = HelpDialog() # singleton instance, no longer used
class EditorWindow(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment