Removed "rx/v" algorithm.
This commit is contained in:
parent
2a93bb2cee
commit
dbb721cb5e
6 changed files with 1 additions and 18 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
|
||||
static inline Algorithm::Id id(Algorithm::Id algorithm)
|
||||
{
|
||||
if (algorithm == Algorithm::RX_SFX || algorithm == Algorithm::RX_V) {
|
||||
if (algorithm == Algorithm::RX_SFX) {
|
||||
return Algorithm::RX_0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue