diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-11-18 09:57:42 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-11-20 16:40:40 +0100 |
| commit | 43efca4ab87fb37a0931edcb6be11c0bd3784098 (patch) | |
| tree | b334bdb4d6898b740fbb4f300e6753a3d0878aff /src/proj_internal.h | |
| parent | ddb3b8da0756acbb8713aeb452de209eb350e996 (diff) | |
| download | PROJ-43efca4ab87fb37a0931edcb6be11c0bd3784098.tar.gz PROJ-43efca4ab87fb37a0931edcb6be11c0bd3784098.zip | |
Remove pj_free() and move it's functional parts to proj_destroy()
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index 24c9b653..d57e87a2 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -946,7 +946,6 @@ PJ_LPZ PROJ_DLL pj_inv3d(PJ_XYZ, PJ *); void PROJ_DLL pj_clear_initcache(void); void PROJ_DLL pj_pr_list(PJ *); -void PROJ_DLL pj_free(PJ *); PJ PROJ_DLL *pj_init(int, char **); PJ PROJ_DLL *pj_init_plus(const char *); PJ PROJ_DLL *pj_init_ctx( PJ_CONTEXT *, int, char ** ); |
