mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #22061: remove call of useless function slated for removal.
This commit is contained in:
parent
280aace067
commit
5c1b8f3de6
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue