From: Terry Jan Reedy Date: Fri, 25 Jul 2014 07:06:32 +0000 (-0400) Subject: Issue #22061: remove call of useless function slated for removal. X-Git-Tag: v3.5.0a1~1206^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c1b8f3de65f8625a90aabef37af9323b2270413;p=python Issue #22061: remove call of useless function slated for removal. --- diff --git a/Lib/turtledemo/__main__.py b/Lib/turtledemo/__main__.py index 92b6186ddf..c933ea1778 100755 --- a/Lib/turtledemo/__main__.py +++ b/Lib/turtledemo/__main__.py @@ -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,