Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 507e9aa

Browse files
Phil Elsonpelson
Phil Elson
authored andcommitted
removed todo
1 parent c887139 commit 507e9aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ def _icon(self, name):
441441
def _init_toolbar(self):
442442
self.basedir = os.path.join(matplotlib.rcParams[ 'datapath' ],'images')
443443

444-
# XXX pelson: use NavigationToolbar2.toolitems
445444
for text, tooltip_text, image_file, callback in self.toolitems:
446445
if text is None:
447446
self.addSeparator()

0 commit comments

Comments
 (0)