diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-10-16 22:30:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-16 22:30:23 +0200 |
| commit | 73f7c0eead0cf6fdcf247cd9368cc7d5f72a1f2c (patch) | |
| tree | 63ab16e3fed0243472758809ecb29be38de9f916 /src/pj_ellps.c | |
| parent | 117a3f41c02db4e1413617a948a34083c325c3ea (diff) | |
| parent | 526fe4975e789e3437646adbe86608616eac21fe (diff) | |
| download | PROJ-iso19111_dev.tar.gz PROJ-iso19111_dev.zip | |
Merge pull request #1148 from kbevers/lists-to-proj.hiso19111_dev
Move struct definitions for proj_list_* functions to proj.h
Diffstat (limited to 'src/pj_ellps.c')
| -rw-r--r-- | src/pj_ellps.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pj_ellps.c b/src/pj_ellps.c index 2bc1e2bb..a9d98bbc 100644 --- a/src/pj_ellps.c +++ b/src/pj_ellps.c @@ -3,8 +3,6 @@ #include <stddef.h> #include "proj.h" - -#define PJ_ELLPS__ #include "projects.h" C_NAMESPACE_VAR const struct PJ_ELLPS @@ -58,11 +56,6 @@ pj_ellps[] = { {NULL, NULL, NULL, NULL} }; -struct PJ_ELLPS *pj_get_ellps_ref() -{ - return (struct PJ_ELLPS *)pj_ellps; -} - const PJ_ELLPS *proj_list_ellps(void) { return pj_ellps; |
