Issue #22061: remove call of useless function slated for removal.

This commit is contained in:
Terry Jan Reedy 2014-07-25 03:06:32 -04:00
parent 280aace067
commit 5c1b8f3de6

View file

@ -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,