From 9720d879adcf2af2e36cdef654163451bdc316a8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Jan 2016 17:52:11 +0100 Subject: [PATCH] Remove dead code. --- qutebrowser/mainwindow/mainwindow.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qutebrowser/mainwindow/mainwindow.py b/qutebrowser/mainwindow/mainwindow.py index fb27a57c3..11d77f4c4 100644 --- a/qutebrowser/mainwindow/mainwindow.py +++ b/qutebrowser/mainwindow/mainwindow.py @@ -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(