Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove leftover code
  • Loading branch information
nyalldawson committed May 13, 2019
1 parent e409c31 commit 84a9891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -2227,8 +2227,6 @@ int QgsCoordinateReferenceSystem::syncDatabase()

crs = QgsProjUtils::crsToSingleCrs( crs.get() );

crs.reset( proj_crs_create_bound_crs_to_WGS84( pjContext, crs.get(), nullptr ) );

QString proj4 = getFullProjString( crs.get() );
proj4.replace( QStringLiteral( "+type=crs" ), QString() );
proj4 = proj4.trimmed();
Expand Down

0 comments on commit 84a9891

Please sign in to comment.