Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12316 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 3, 2009
1 parent 1533058 commit 1ca3647
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/composer/qgscomposershape.cpp
Expand Up @@ -44,9 +44,6 @@ void QgsComposerShape::paint( QPainter* painter, const QStyleOptionGraphicsItem*
}
drawBackground( painter );

double width = rect().width();
double height = rect().height();

painter->save();
painter->setRenderHint( QPainter::Antialiasing );
painter->setPen( mPen );
Expand Down

0 comments on commit 1ca3647

Please sign in to comment.