Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 12, 2017
1 parent 226bd9b commit b64c7b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/qgswmsprojectparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,6 @@ void QgsWmsProjectParser::drawOverlays( QPainter *p, int dpi, int width, int hei

//consider DPI
double scaleFactor = dpi / 88.0; //assume 88 as standard dpi
QgsRectangle prjExtent = mProjectParser->projectExtent();

//text annotations
QList< QPair< QTextDocument *, QDomElement > >::const_iterator textIt = mTextAnnotationItems.constBegin();
Expand Down

0 comments on commit b64c7b7

Please sign in to comment.