diff -r a1f515018ac1 -r b39122337a00 ginebra2/linearflowsnippet.cpp --- 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);