Commit bd9fa3834189e4c30894207a9c1e2038efeb769d
1 parent
fa22c3c7
removed metadata propogation
Showing
1 changed file
with
0 additions
and
2 deletions
openbr/openbr_plugin.cpp
| ... | ... | @@ -425,8 +425,6 @@ TemplateList TemplateList::fromGallery(const br::File &gallery) |
| 425 | 425 | if (crossValidate > 0) srand(0); |
| 426 | 426 | |
| 427 | 427 | for (int i=newTemplates.size()-1; i>=0; i--) { |
| 428 | - newTemplates[i].file.append(gallery.localMetadata()); | |
| 429 | - newTemplates[i].file.append(file.localMetadata()); | |
| 430 | 428 | newTemplates[i].file.set("Index", i+templates.size()); |
| 431 | 429 | newTemplates[i].file.set("Gallery", gallery.name); |
| 432 | 430 | ... | ... |