Skip to content

Commit

Permalink
Remove Velo and WS models from syntax helper
Browse files Browse the repository at this point in the history
They are disabled in v3.6 due to fitting issues.
  • Loading branch information
amtriathlon committed Jul 3, 2022
1 parent ab05510 commit 48c8725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/DataFilter.cpp
Expand Up @@ -396,9 +396,9 @@ static QStringList pdmodels(Context *context)

returning << CP2Model(context).code();
returning << CP3Model(context).code();
returning << MultiModel(context).code();
//returning << MultiModel(context).code(); disabled in v3.6
returning << ExtendedModel(context).code();
returning << WSModel(context).code();
//returning << WSModel(context).code(); disabled in v3.6
return returning;
}

Expand Down

0 comments on commit 48c8725

Please sign in to comment.