Remove dead code.
This commit is contained in:
parent
56766acf18
commit
9720d879ad
@ -417,9 +417,6 @@ class MainWindow(QWidget):
|
||||
window=self.win_id)
|
||||
download_count = download_manager.rowCount()
|
||||
quit_texts = []
|
||||
# Close if set to never ask for confirmation
|
||||
if 'never' in confirm_quit:
|
||||
pass
|
||||
# Ask if multiple-tabs are open
|
||||
if 'multiple-tabs' in confirm_quit and tab_count > 1:
|
||||
quit_texts.append("{} {} open.".format(
|
||||
|
Loading…
Reference in New Issue
Block a user