diff --git a/openbr/plugins/turk.cpp b/openbr/plugins/turk.cpp index 1061237..89f48f1 100644 --- a/openbr/plugins/turk.cpp +++ b/openbr/plugins/turk.cpp @@ -67,7 +67,6 @@ static Template unmap(const Template &t, const QString& variable, const float ma // Create a new template matching the one containing the votes in the map structure // but remove the map structure Template expandedT = t; - expandedT.file.remove(variable); QMap map = t.file.get >(variable); QMapIterator i(map);