diff options
author | Chris Robinson <[email protected]> | 2015-10-12 06:23:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-12 06:23:50 -0700 |
commit | db4253d3bd8dec40f3bc0f3a99d1f5f5c282c909 (patch) | |
tree | dc3ba8296937325dfd4e41a74c69c3ebb1a79057 /utils | |
parent | b4bc36c4a00f10e161d37d6d928be2dbc6fd7e04 (diff) |
Remove 96khz from the combo box
It can still be entered in manually, as can any value between 8khz and 192khz,
but having it selectable can create the mistaken idea that selecting it is
better than picking 44.1khz or 48khz.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index ec4d12ea..ad6ca0dd 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -181,11 +181,6 @@ to stereo output.</string> <string>48000</string> </property> </item> - <item> - <property name="text"> - <string>96000</string> - </property> - </item> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> |