Remove unused lines

This commit is contained in:
glubsy 2020-12-29 00:56:25 +01:00
parent 680cb581c1
commit 7f19647e4b
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ class TabWindow(QMainWindow):
# menu or shortcut. But this is useless if we don't have a button
# set up to make a close request anyway. This check could be removed.
return
# current_widget.close() # seems unnecessary
# self.tabWidget.widget(index).hide()
self.removeTab(index)
@pyqtSlot()