diff --git a/openbr/plugins/frames.cpp b/openbr/plugins/frames.cpp index 18d7b94..7467a18 100644 --- a/openbr/plugins/frames.cpp +++ b/openbr/plugins/frames.cpp @@ -29,9 +29,6 @@ private: void projectUpdate(const Template &src, Template &dst) { - // DropFrames will pass on empty Templates - // but we only want to use non-dropped frames - if (src.empty()) return; buffer.append(src); if (buffer.size() < n) return; foreach (const Template &t, buffer) dst.append(t);