From bd9fa3834189e4c30894207a9c1e2038efeb769d Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Sun, 19 May 2013 14:07:48 -0400 Subject: [PATCH] removed metadata propogation --- openbr/openbr_plugin.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index 7579e75..a1ca2f0 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -425,8 +425,6 @@ TemplateList TemplateList::fromGallery(const br::File &gallery) if (crossValidate > 0) srand(0); for (int i=newTemplates.size()-1; i>=0; i--) { - newTemplates[i].file.append(gallery.localMetadata()); - newTemplates[i].file.append(file.localMetadata()); newTemplates[i].file.set("Index", i+templates.size()); newTemplates[i].file.set("Gallery", gallery.name); -- libgit2 0.21.4