1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

fix warning

This commit is contained in:
Leo Franchi
2012-03-09 15:20:56 -05:00
parent 2710bca395
commit 1ebeae274a

View File

@@ -212,7 +212,6 @@ AccountDelegate::paint ( QPainter* painter, const QStyleOptionViewItem& option,
{ {
painter->save(); painter->save();
painter->setFont( installFont ); painter->setFont( installFont );
int oldRightEdge = rightEdge;
rightEdge = drawAccountList( painter, opt, accts, rightEdge ); rightEdge = drawAccountList( painter, opt, accts, rightEdge );
painter->restore(); painter->restore();