Skip to content

Commit b64c7b7

Browse files
committedApr 12, 2017
Remove unused variable
1 parent 226bd9b commit b64c7b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/server/qgswmsprojectparser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,6 @@ void QgsWmsProjectParser::drawOverlays( QPainter *p, int dpi, int width, int hei
21062106

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.