Skip to content

Commit

Permalink
remove old comment no longer usefull
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored and fperez committed Oct 17, 2011
1 parent 0fc39ed commit 9c42726
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions IPython/frontend/qt/console/qtconsoleapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ def init_menu_bar(self):

self.help_menu = self.menuBar().addMenu("&Help")

# sould wrap every line of the following block into a try/except,
# as we are not sure of instanciating a _frontend which support all
# theses actions, but there might be a better way
self.print_action = QtGui.QAction("&Print",
self,
shortcut="Ctrl+P",
Expand Down

0 comments on commit 9c42726

Please sign in to comment.