diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 4 |
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; |