Skip to content

Commit

Permalink
Remove unrequired var
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 26, 2015
1 parent 74ca290 commit 799b402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -879,7 +879,6 @@ QString QgsCoordinateReferenceSystem::toProj4() const

if ( mProj4.isEmpty() )
{
QString toProj4;
char *proj4src = NULL;
OSRExportToProj4( mCRS, &proj4src );
mProj4 = proj4src;
Expand Down

0 comments on commit 799b402

Please sign in to comment.