- Stubbed code for eventual elimination of E9 in Filter.
This commit is contained in:
Paul Beckingham 2014-05-24 14:15:39 -04:00
parent 66d8a1267c
commit 7e8e48ff08

View file

@ -111,6 +111,11 @@ void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output
Variant var;
eval.evaluateCompiledExpression (var);
// TODO Switch to this:
/*
if (var.get_bool ())
output.push_back (*task);
*/
// TODO Obsolete filter comparison.
if (context.config.getBoolean ("debug"))