Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj committed Apr 2, 2013
1 parent e6b624c commit 60c20ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/wfs/qgswfssourceselect.cpp
Expand Up @@ -339,8 +339,6 @@ void QgsWFSSourceSelect::addLayer()
QVariant extentVariant = property( "MapExtent" );
if ( extentVariant.isValid() )
{
QString crs;
QgsCoordinateTransform xform;
QString extentString = extentVariant.toString();
QStringList minMaxSplit = extentString.split( ":" );
if ( minMaxSplit.size() > 1 )
Expand Down

0 comments on commit 60c20ab

Please sign in to comment.