summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/__main__.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-07-25 07:06:32 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-07-25 07:06:32 (GMT)
commit5c1b8f3de65f8625a90aabef37af9323b2270413 (patch)
tree59e4307f6686ba3fef934e28cdd51cbe346a83af /Lib/turtledemo/__main__.py
parent280aace067e7df3b706c09e27b044dfea3bacaff (diff)
downloadcpython-5c1b8f3de65f8625a90aabef37af9323b2270413.zip
cpython-5c1b8f3de65f8625a90aabef37af9323b2270413.tar.gz
cpython-5c1b8f3de65f8625a90aabef37af9323b2270413.tar.bz2
Issue #22061: remove call of useless function slated for removal.
Diffstat (limited to 'Lib/turtledemo/__main__.py')
-rwxr-xr-xLib/turtledemo/__main__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/turtledemo/__main__.py b/Lib/turtledemo/__main__.py
index 92b6186..c933ea1 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,