Skip to content

Commit

Permalink
Remove speaker=id support from SUF
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 31, 2018
1 parent 44125af commit 79fa259
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/units/filter.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 79fa259

Please sign in to comment.