ginebra2/linearflowsnippet.cpp
changeset 9 b39122337a00
parent 3 0954f5dd2cd0
child 16 3c88a81ff781
--- a/ginebra2/linearflowsnippet.cpp	Mon Jul 12 15:46:53 2010 -0400
+++ b/ginebra2/linearflowsnippet.cpp	Fri Aug 06 17:23:08 2010 -0400
@@ -813,10 +813,7 @@
     qreal step = ANIMATION_MAX_FRAME;
     qreal cy = m_filmstripFlowData->m_centerTopSpace;
 
-    qreal stepx = cx / step;
     qreal stepy = cy / step;
-    qreal stepx2 = -stepx;
-    qreal stepy2 = (cy + ch - h) / step;
 
     QRectF startRect = QRectF(0, 0, w, h);
     QRectF endRect = QRectF(cx, cy, cw, ch);
@@ -1206,7 +1203,6 @@
     int h = s.height() * FILM_HEIGHT;
 
     qreal ix;
-    qreal ratio = ((qreal) w) / h;
 
     d->m_buffer = new QImage (w, h , QImage::Format_RGB32);
     d->m_titleBuffer = new QImage(w, s.height() * TITLE_HEIGHT , QImage::Format_RGB32);