Remove (obsolete) filters from ImageProcessingShader

This shader is now only for Color correction
This commit is contained in:
Bruno Herbelin
2022-05-07 23:15:35 +02:00
parent f7da3a347d
commit 6b9795fe96
6 changed files with 6 additions and 213 deletions

View File

@@ -495,7 +495,6 @@ void SessionVisitor::visit(ImageProcessingShader &n)
filter->SetAttribute("nbColors", n.nbColors);
filter->SetAttribute("invert", n.invert);
filter->SetAttribute("chromadelta", n.chromadelta);
filter->SetAttribute("filter", n.filterid);
xmlCurrent_->InsertEndChild(filter);
XMLElement *gamma = xmlDoc_->NewElement("gamma");