]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.cpp
No more duration limit for color, image and title clips
[kdenlive] / src / abstractclipitem.cpp
index 07e6a54a6f617fc176e42c1892efe09d00511848..4521e9d74ed9437995294648467520dd37923c61 100644 (file)
@@ -194,11 +194,6 @@ GenTime AbstractClipItem::maxDuration() const
     return m_maxDuration;
 }
 
-void AbstractClipItem::setMaxDuration(const GenTime &max)
-{
-    m_maxDuration = max;
-}
-
 QPainterPath AbstractClipItem::upperRectPart(QRectF br)
 {
     QPainterPath roundRectPathUpper;