Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13168 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 27, 2010
1 parent e636bdd commit cc841bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -1409,8 +1409,6 @@ void QgsComposerMap::drawCanvasItems( QPainter* painter, const QStyleOptionGraph

QList<QGraphicsItem*> itemList = mMapCanvas->items();

int nItems = itemList.size();

QList<QGraphicsItem*>::iterator itemIt = itemList.begin();
for ( ; itemIt != itemList.end(); ++itemIt )
{
Expand All @@ -1432,11 +1430,6 @@ void QgsComposerMap::drawCanvasItem( QGraphicsItem* item, QPainter* painter, con

painter->save();

//only for debugging
double itemPosX = item->scenePos().x();
double itemPosY = item->scenePos().y();
double cWidth = mMapCanvas->width();
double cHeight = mMapCanvas->height();
QgsRectangle rendererExtent = mMapRenderer->extent();
QgsRectangle composerMapExtent = mExtent;

Expand Down

0 comments on commit cc841bc

Please sign in to comment.