diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-11-18 10:43:16 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-11-20 16:40:40 +0100 |
| commit | 56f0ad70054eea15e9671cd67aafd14bf7c11c74 (patch) | |
| tree | 0b12d37bc05a327b3db460d9b81eb11a32302737 /src/4D_api.cpp | |
| parent | 43efca4ab87fb37a0931edcb6be11c0bd3784098 (diff) | |
| download | PROJ-56f0ad70054eea15e9671cd67aafd14bf7c11c74.tar.gz PROJ-56f0ad70054eea15e9671cd67aafd14bf7c11c74.zip | |
Remove pj_errno and related functions
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp index 78e9bdc3..83fda02c 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -1438,7 +1438,6 @@ int proj_errno_reset (const PJ *P) { proj_context_errno_set (pj_get_ctx ((PJ *) P), 0); errno = 0; - pj_errno = 0; return last_errno; } |
