From 1ebeae274aa4aff8467cf21116aab55cb93a7858 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 9 Mar 2012 15:20:56 -0500 Subject: [PATCH] fix warning --- src/AccountDelegate.cpp | 1 - 1 file changed, 1 deletion(-) 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();