From e9000d408c52fc8a956d1c26011c83a7ec41296c Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 15 Apr 2014 17:26:03 -0400 Subject: [PATCH] don't do this --- openbr/plugins/turk.cpp | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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); -- libgit2 0.21.4