diff options
author | Chris Robinson <[email protected]> | 2017-02-20 09:08:57 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-20 09:08:57 -0800 |
commit | 5a2ef2590f38c72883f9ee2e18cc9980634df7be (patch) | |
tree | b26c987fd5bbaa0a4123e45db7232299a2a7e133 /utils/alsoft-config/mainwindow.h | |
parent | b23f81b686f4c72044d0d6f85b5049822f3c6a78 (diff) |
Allow distance compensation for non-HQ rendering as well
It still requires a custom configuration to specify appropriate speaker
distances.
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index 6d572df6..8b763845 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -35,8 +35,6 @@ private slots: void updatePeriodCountEdit(int size); void updatePeriodCountSlider(); - void toggleHqState(int state); - void selectQuadDecoderFile(); void select51DecoderFile(); void select61DecoderFile(); |