diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-11 11:02:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-11 11:02:05 +0100 |
| commit | e65df1f2d322431797269ef35c67f17278f73953 (patch) | |
| tree | 0c648f0657b6de46025eade01cf40233b9812a95 /src/strerrno.cpp | |
| parent | 08c2d69360939dc67fe151a441e764da132846c7 (diff) | |
| parent | c45d7693ee799fe7317550ffb3dd9a40c4b0a17c (diff) | |
| download | PROJ-e65df1f2d322431797269ef35c67f17278f73953.tar.gz PROJ-e65df1f2d322431797269ef35c67f17278f73953.zip | |
Merge pull request #1254 from rouault/remove_biveval
Completely remove Chebychev remains from codebase
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 */ |
