aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-09-21 14:37:57 +0200
committerKristian Evers <kristianevers@gmail.com>2018-09-21 14:37:57 +0200
commitb38050198ef10bbdd64905baf090e4dd3d19fce8 (patch)
tree6346560c107531bfd7777d87dc0332eed025b7c1 /src/projects.h
parentcf0e6926b21019c835e4f0f11f1a4f11e5fd8fdc (diff)
downloadPROJ-b38050198ef10bbdd64905baf090e4dd3d19fce8.tar.gz
PROJ-b38050198ef10bbdd64905baf090e4dd3d19fce8.zip
Remove misspelled-constant PJD_ERR_UNKNOW_UNIT_ID
Closes #853
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/projects.h b/src/projects.h
index c4f09a8d..39540fe2 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -540,7 +540,6 @@ enum deprecated_constants_for_now_dropped_analytical_factors {
#define PJD_ERR_PROJ_NOT_NAMED -4
#define PJD_ERR_UNKNOWN_PROJECTION_ID -5
#define PJD_ERR_ECCENTRICITY_IS_ONE -6
-#define PJD_ERR_UNKNOW_UNIT_ID -7 /* deprecated: typo */
#define PJD_ERR_UNKNOWN_UNIT_ID -7
#define PJD_ERR_INVALID_BOOLEAN_PARAM -8
#define PJD_ERR_UNKNOWN_ELLP_PARAM -9