diff options
author | Chris Robinson <[email protected]> | 2017-02-19 22:59:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-19 22:59:55 -0800 |
commit | b23f81b686f4c72044d0d6f85b5049822f3c6a78 (patch) | |
tree | 22455048a2f0e4e03be85fb8cd50987839c3bbbf /utils/alsoft-config/mainwindow.h | |
parent | 3761336e6cf49a7cd5075424b3c8c4a1f5e5b226 (diff) |
Remove the separate surround51rear decoder option
Both 5.1 Side and Rear configurations use 'surround51' to look up the
appropriate decoder file. The decoder loader already handles mapping between
rear and side channels, so there's no need for separate options.
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index 3bf2fb83..6d572df6 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -39,7 +39,6 @@ private slots: void selectQuadDecoderFile(); void select51DecoderFile(); - void select51RearDecoderFile(); void select61DecoderFile(); void select71DecoderFile(); |