mirror of
https://github.com/Athemis/PyDSF.git
synced 2025-04-04 22:36:02 +00:00
Remove unused code
This commit is contained in:
parent
342ed3b3d1
commit
17c3b71d1f
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue