Skip to content

Commit

Permalink
IPython Console: Remove unneeded method
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 25, 2015
1 parent 6caff7c commit b7170e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spyderlib/widgets/ipython.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,12 +495,6 @@ def show_kernel_error(self, error):
self.shellwidget.hide()
self.infowidget.show()

def show_restart_animation(self):
"""Show loading_page while restarting the kernel"""
self.shellwidget.hide()
self.infowidget.setHtml(self.loading_page)
self.infowidget.show()

def get_name(self):
"""Return client name"""
return ((_("Console") if self.hostname is None else self.hostname)
Expand Down

0 comments on commit b7170e9

Please sign in to comment.