Remove speaker=id support from SUF

This commit is contained in:
Celtic Minstrel 2018-03-30 14:21:51 -04:00
parent 2bd2a8b1b6
commit d48206bdbe

View file

@ -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)