diff --git a/src/AccountDelegate.cpp b/src/AccountDelegate.cpp index 537eb2473..278b29497 100644 --- a/src/AccountDelegate.cpp +++ b/src/AccountDelegate.cpp @@ -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();