Skip to content

Commit 2b0da9a

Browse files
committed
Remove unused class.
1 parent d80d0fc commit 2b0da9a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bpython/gtk_.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ def __exit__(self, exc_type, exc_value, traceback):
112112
dialog.run()
113113
dialog.destroy()
114114

115-
class MenuBar(gtk.MenuBar):
116-
def __init__(self):
117-
gtk.MenuBar.__init__(self)
118-
119115
class Nested(object):
120116
"""
121117
A helper class, inspired by a semaphore.

0 commit comments

Comments
 (0)