Remove speaker=id support from SUF
This commit is contained in:
parent
2bd2a8b1b6
commit
d48206bdbe
1 changed files with 0 additions and 8 deletions
|
@ -309,14 +309,6 @@ void unit_filter_compound::fill(vconfig cfg)
|
|||
}
|
||||
);
|
||||
|
||||
create_attribute(literal["speaker"],
|
||||
[](const config::attribute_value& c) { return c.str(); },
|
||||
[](const std::string& speaker, const unit_filter_args& args)
|
||||
{
|
||||
return speaker == args.u.id();
|
||||
}
|
||||
);
|
||||
|
||||
create_attribute(literal["type"],
|
||||
[](const config::attribute_value& c) { return utils::split(c.str()); },
|
||||
[](const std::vector<std::string>& types, const unit_filter_args& args)
|
||||
|
|
Loading…
Add table
Reference in a new issue