1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-04-05 14:46:03 +00:00

Remove unused code

This commit is contained in:
Alexander Minges 2015-07-09 15:43:02 +02:00
parent 342ed3b3d1
commit 17c3b71d1f

View file

@ -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()