diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-11-01 13:34:32 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-11-20 16:40:39 +0100 |
| commit | 9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7 (patch) | |
| tree | a35e99c8a19a4a8863e710833bd4dc5b466edd3e /src/projections/calcofi.cpp | |
| parent | 4478eed4f5fe9d33fe7ef34126f98d3f7aa2daa5 (diff) | |
| download | PROJ-9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7.tar.gz PROJ-9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7.zip | |
Remove proj_api.h
Removes proj_api.h from the public API. The contents of the header file
has been moved to proj_internal.h verbatim and any references to
proj_api.h has been changed to proj_internal.h.
The documentation of proj_api.h has been removed. The only exception to
this is the API migration guides which still mention the old API.
Fixes #837
Diffstat (limited to 'src/projections/calcofi.cpp')
| -rw-r--r-- | src/projections/calcofi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/projections/calcofi.cpp b/src/projections/calcofi.cpp index 57c12dde..d1e96de8 100644 --- a/src/projections/calcofi.cpp +++ b/src/projections/calcofi.cpp @@ -4,7 +4,6 @@ #include "proj.h" #include "proj_internal.h" -#include "proj_api.h" PROJ_HEAD(calcofi, "Cal Coop Ocean Fish Invest Lines/Stations") "\n\tCyl, Sph&Ell"; |
