aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-12 16:10:49 -0700
committerChris Robinson <[email protected]>2017-03-12 16:10:49 -0700
commitdc17f287fe685f8f211dd8a7b14f46d2c719f1de (patch)
tree110c009b8f7c0fd4a3bc30cd2195ee6ac08838ad /utils/alsoft-config/mainwindow.h
parentd9e2a0cbf04e8e2feab6597a5fc5c74bd5026a34 (diff)
Use a spinbox for the nfc-ref-delay value
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r--utils/alsoft-config/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h
index 766c138c..8b763845 100644
--- a/utils/alsoft-config/mainwindow.h
+++ b/utils/alsoft-config/mainwindow.h
@@ -35,9 +35,6 @@ private slots:
void updatePeriodCountEdit(int size);
void updatePeriodCountSlider();
- void updateRefDelayEdit(int delay);
- void updateRefDelaySlider();
-
void selectQuadDecoderFile();
void select51DecoderFile();
void select61DecoderFile();
@@ -66,7 +63,6 @@ private:
QValidator *mPeriodSizeValidator;
QValidator *mPeriodCountValidator;
- QValidator *mRefDelayValidator;
QValidator *mSourceCountValidator;
QValidator *mEffectSlotValidator;
QValidator *mSourceSendValidator;