Skip to content

Commit 000a28d

Browse files
author
jef
committedJan 20, 2011
drop special projection path handling on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@15059 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8233464 commit 000a28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgscoordinatetransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ const char *finder( const char *name )
557557

558558
void QgsCoordinateTransform::setFinder()
559559
{
560-
#ifdef WIN32
560+
#if 0
561561
// Attention! It should be possible to set PROJ_LIB
562562
// but it can happen that it was previously set by installer
563563
// (version 0.7) and the old installation was deleted

0 commit comments

Comments
 (0)
Please sign in to comment.