X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.cpp;h=dcf4ca822a80e433a9d342eeeb4506774750ac05;hb=a1f47db12529bede571e784fe5e49d48707dcfa9;hp=1a2dda8ffbce1e6cae569f8bb739eeb41e2dfe72;hpb=f099e68e8c7994dcffa9bc02878c71cc8b667ad8;p=kdenlive diff --git a/src/docclipbase.cpp b/src/docclipbase.cpp index 1a2dda8f..dcf4ca82 100644 --- a/src/docclipbase.cpp +++ b/src/docclipbase.cpp @@ -74,7 +74,6 @@ DocClipBase::DocClipBase(ClipManager *clipManager, QDomElement xml, const QStrin m_metadata.insert(e.attribute("name").section('.', 2), QStringList() << e.firstChild().nodeValue() << e.attribute("tool")); } } - if (xml.hasAttribute("cutzones")) { QStringList cuts = xml.attribute("cutzones").split(';', QString::SkipEmptyParts); for (int i = 0; i < cuts.count(); i++) {