Skip to content

Commit 1ca3647

Browse files
author
jef
committedDec 3, 2009
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@12316 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1533058 commit 1ca3647

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/core/composer/qgscomposershape.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ void QgsComposerShape::paint( QPainter* painter, const QStyleOptionGraphicsItem*
4444
}
4545
drawBackground( painter );
4646

47-
double width = rect().width();
48-
double height = rect().height();
49-
5047
painter->save();
5148
painter->setRenderHint( QPainter::Antialiasing );
5249
painter->setPen( mPen );

0 commit comments

Comments
 (0)
Please sign in to comment.