]> git.sesse.net Git - kdenlive/commitdiff
cleanup
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 9 Feb 2010 08:13:46 +0000 (08:13 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 9 Feb 2010 08:13:46 +0000 (08:13 +0000)
svn path=/trunk/kdenlive/; revision=4305

src/clipitem.cpp

index 97e7658ffae51e568f0f6d10d53197b9662ac564..fb98344264e12bac5cee5af2d55717450e30491f 100644 (file)
@@ -659,7 +659,6 @@ void ClipItem::paint(QPainter *painter,
     if (KdenliveSettings::videothumbnails() && !isAudioOnly()) {
         QPen pen = painter->pen();
         pen.setColor(QColor(255, 255, 255, 150));
-        const QRectF source(0.0, 0.0, (double) m_startPix.width(), (double) m_startPix.height());
         painter->setPen(pen);
         if ((m_clipType == IMAGE || m_clipType == TEXT) && !m_startPix.isNull()) {
             const QPointF top = mapped.topRight() - QPointF(m_startPix.width() - 1, 0);