1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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->setFont( installFont );
int oldRightEdge = rightEdge;
rightEdge = drawAccountList( painter, opt, accts, rightEdge );
painter->restore();