Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
drop special projection path handling on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@15059 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 20, 2011
1 parent 8233464 commit 000a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgscoordinatetransform.cpp
Expand Up @@ -557,7 +557,7 @@ const char *finder( const char *name )

void QgsCoordinateTransform::setFinder()
{
#ifdef WIN32
#if 0
// Attention! It should be possible to set PROJ_LIB
// but it can happen that it was previously set by installer
// (version 0.7) and the old installation was deleted
Expand Down

0 comments on commit 000a28d

Please sign in to comment.