diff --git a/openbr/plugins/meta.cpp b/openbr/plugins/meta.cpp index c3777e3..4e72efe 100644 --- a/openbr/plugins/meta.cpp +++ b/openbr/plugins/meta.cpp @@ -39,7 +39,6 @@ static TemplateList Expanded(const TemplateList &templates) continue; } - const bool fte = t.file.get("FTE"); const QList points = t.file.points(); const QList rects = t.file.rects(); if (points.size() % t.size() != 0) qFatal("Uneven point count."); @@ -48,11 +47,9 @@ static TemplateList Expanded(const TemplateList &templates) const int rectStep = rects.size() / t.size(); for (int i=0; iobjectName(), val); - dst.file.set("FTE", (val < min) || (val > max)); + dst.file.set("PossibleFTE", (val < min) || (val > max)); } };