mirror of
https://github.com/python/cpython.git
synced 2026-05-27 22:56:48 -04:00
Issue #22061: remove call of useless function slated for removal.
This commit is contained in:
@@ -121,7 +121,6 @@ class DemoWindow(object):
|
||||
self.mBar = Frame(root, relief=RAISED, borderwidth=2)
|
||||
self.ExamplesBtn = self.makeLoadDemoMenu()
|
||||
self.OptionsBtn = self.makeHelpMenu()
|
||||
#self.mBar.tk_menuBar(self.ExamplesBtn, self.OptionsBtn)
|
||||
self.mBar.grid(row=0, columnspan=4, sticky='news')
|
||||
|
||||
pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
|
||||
|
||||
Reference in New Issue
Block a user