From b38050198ef10bbdd64905baf090e4dd3d19fce8 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 21 Sep 2018 14:37:57 +0200 Subject: Remove misspelled-constant PJD_ERR_UNKNOW_UNIT_ID Closes #853 --- src/projects.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3