X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipitem.cpp;h=7cbda2bcb2b06707b79e7a10181b896ea6785f8b;hb=b166daac3bf19b62e6e864150ec4ed2ef2723da9;hp=9a5018516f5de5df128d508dbe541a72edd4fc6b;hpb=bbe233659ea1c1266d5c74a37cb9bc8312d006a2;p=kdenlive diff --git a/src/clipitem.cpp b/src/clipitem.cpp index 9a501851..7cbda2bc 100644 --- a/src/clipitem.cpp +++ b/src/clipitem.cpp @@ -48,7 +48,6 @@ ClipItem::ClipItem(DocClipBase *clip, ItemInfo info, GenTime cropStart, double s m_producer = clip->getId(); m_clipType = clip->clipType(); m_cropStart = cropStart; - m_maxDuration = clip->maxDuration(); setAcceptDrops(true); audioThumbReady = clip->audioThumbCreated();