From 17c3b71d1f8a1be8c289ea4e7a88729141eedbd9 Mon Sep 17 00:00:00 2001 From: Athemis Date: Thu, 9 Jul 2015 15:43:02 +0200 Subject: [PATCH] Remove unused code --- ui/mainwindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/mainwindow.py b/ui/mainwindow.py index a629d64..d647f14 100644 --- a/ui/mainwindow.py +++ b/ui/mainwindow.py @@ -41,7 +41,6 @@ class Worker(QRunnable): c_upper = None cbar_range = None signal_threshold = None - #instrument_type = self.owner.comboBox_instrument.currentText() if self.owner.groupBox_cutoff.isChecked(): c_lower = self.owner.doubleSpinBox_lower.value() c_upper = self.owner.doubleSpinBox_upper.value()