Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 3, 2019
1 parent 789dbb5 commit 7ec417f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgscoordinatetransform.cpp
Expand Up @@ -662,7 +662,6 @@ void QgsCoordinateTransform::transformCoords( int numPoints, double *x, double *
z, sizeof( double ), numPoints,
nullptr, sizeof( double ), 0 );
projResult = proj_errno( projData );
// ewww - this logic is gross. We should drop support for PROJ 6.0 as quickly as possible and dump this code (in favour of built in methods used for >=6.1 builds)
#else
bool sourceIsLatLong = false;
bool destIsLatLong = false;
Expand Down

0 comments on commit 7ec417f

Please sign in to comment.