diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-10 12:06:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-10 19:39:26 +0100 |
| commit | c45d7693ee799fe7317550ffb3dd9a40c4b0a17c (patch) | |
| tree | 0c648f0657b6de46025eade01cf40233b9812a95 /src/strerrno.cpp | |
| parent | 08c2d69360939dc67fe151a441e764da132846c7 (diff) | |
| download | PROJ-c45d7693ee799fe7317550ffb3dd9a40c4b0a17c.tar.gz PROJ-c45d7693ee799fe7317550ffb3dd9a40c4b0a17c.zip | |
Completely remove Chebychev remains from codebase
c6ab83f5742bc5ac6f9cb9a8b2a4f1ea241b6f63 already removed their availability
in user facing application, but the library code remained, and appeared to be
unused by the rest of the library, and not available to library users,
the API being only in proj_internal.h. So remove all remains.
Diffstat (limited to 'src/strerrno.cpp')
| -rw-r--r-- | src/strerrno.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp index 9f690041..13e9c757 100644 --- a/src/strerrno.cpp +++ b/src/strerrno.cpp @@ -44,7 +44,7 @@ pj_err_list[] = { "lat_1=lat_2 or lat_1=0 or lat_2=90", /* -33 */ "elliptical usage required", /* -34 */ "invalid UTM zone number", /* -35 */ - "arg(s) out of range for Tcheby eval", /* -36 */ + "", /* no longer used */ /* -36 */ "failed to find projection to be rotated", /* -37 */ "failed to load datum shift file", /* -38 */ "both n & m must be spec'd and > 0", /* -39 */ |
