aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2013-06-25 00:00:08 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2013-06-25 00:00:08 +0000
commit8c32bc5177d5522f1e2f1cc23ef9be97c347e2e5 (patch)
tree81c70d87c3248297c7c66dc780bedd2e9ccb9b60 /src
parent2b352ad4cd7fd9516cc197430b965a30639077b9 (diff)
downloadPROJ-8c32bc5177d5522f1e2f1cc23ef9be97c347e2e5.tar.gz
PROJ-8c32bc5177d5522f1e2f1cc23ef9be97c347e2e5.zip
Remove internal declaration of PROJ_LIB - makes it hard to not have a value
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2355 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/projects.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/projects.h b/src/projects.h
index 442c483f..a11940ab 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -100,10 +100,6 @@ extern double hypot(double, double);
#define PI 3.14159265358979323846
#define TWOPI 6.2831853071795864769
-/* environment parameter name */
-#ifndef PROJ_LIB
-#define PROJ_LIB "PROJ_LIB"
-#endif
/* maximum tag id length for +init and default files */
#ifndef ID_TAG_MAX
#define ID_TAG_MAX 50