--- a/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -36,11 +36,9 @@ @return tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, - passwords, web databases, downloads, zoom values, SSL - certificate error exceptions) and the selected history period in - milliseconds - @rtype tuple of (bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, - int) + passwords, downloads, zoom values, SSL certificate error exceptions) and + the selected history period in milliseconds + @rtype tuple of (bool, bool, bool, bool, bool, bool, bool, bool, bool, int) """ index = self.historyCombo.currentIndex() if index == 0: @@ -66,7 +64,6 @@ self.cacheCheckBox.isChecked(), self.cookiesCheckBox.isChecked(), self.passwordsCheckBox.isChecked(), - self.databasesCheckBox.isChecked(), self.downloadsCheckBox.isChecked(), self.zoomCheckBox.isChecked(), self.sslExceptionsCheckBox.isChecked(),