Commit e9000d408c52fc8a956d1c26011c83a7ec41296c

Authored by Josh Klontz
1 parent dd5175f2

don't do this

Showing 1 changed file with 0 additions and 1 deletions
openbr/plugins/turk.cpp
... ... @@ -67,7 +67,6 @@ static Template unmap(const Template &t, const QString& variable, const float ma
67 67 // Create a new template matching the one containing the votes in the map structure
68 68 // but remove the map structure
69 69 Template expandedT = t;
70   - expandedT.file.remove(variable);
71 70  
72 71 QMap<QString,QVariant> map = t.file.get<QMap<QString,QVariant> >(variable);
73 72 QMapIterator<QString, QVariant> i(map);
... ...