aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-10-28 03:09:15 -0700
committerChris Robinson <[email protected]>2015-10-28 03:09:15 -0700
commit63259872d19967da8c2960fbbf74d97aadab9693 (patch)
tree8009b2bafd88f38e3f98d2aae73b74868e38a176 /utils/alsoft-config/mainwindow.h
parent9ce2b8f9a72845d4eeba2abaea6b23880a3b4c82 (diff)
Remove the Reverb Bost option from alsoft-config
It's not really an appropriate setting for most users to play with. The option still exists, but it's no longer editable in the GUI.
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 0421aabb..b5a1ae7c 100644
--- a/utils/alsoft-config/mainwindow.h
+++ b/utils/alsoft-config/mainwindow.h
@@ -35,9 +35,6 @@ private slots:
void showEnabledBackendMenu(QPoint pt);
void showDisabledBackendMenu(QPoint pt);
- void updateReverbBoostEdit(int size);
- void updateReverbBoostSlider(QString value);
-
private:
Ui::MainWindow *ui;
@@ -47,7 +44,6 @@ private:
QValidator *mEffectSlotValidator;
QValidator *mSourceSendValidator;
QValidator *mSampleRateValidator;
- QValidator *mReverbBoostValidator;
void loadConfig(const QString &fname);
void saveConfig(const QString &fname) const;