diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-11-18 09:16:34 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-11-20 16:40:40 +0100 |
| commit | eb04ffca4c62d48378ff4c4ffe230de76d218b64 (patch) | |
| tree | 6ab83930ffa6cd9b3229cf2539b56214217bb23c /src/proj_internal.h | |
| parent | 8e13c3acd86d1705ed865093f000835b51aec63e (diff) | |
| download | PROJ-eb04ffca4c62d48378ff4c4ffe230de76d218b64.tar.gz PROJ-eb04ffca4c62d48378ff4c4ffe230de76d218b64.zip | |
Remove unused pj_apply_gridshift()
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index e83c6f88..2915284c 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -944,9 +944,6 @@ PJ_XYZ PROJ_DLL pj_fwd3d(PJ_LPZ, PJ *); PJ_LPZ PROJ_DLL pj_inv3d(PJ_XYZ, PJ *); -int PROJ_DLL pj_apply_gridshift( PJ_CONTEXT *, const char *, int, - long point_count, int point_offset, - double *x, double *y, double *z ); void PROJ_DLL pj_clear_initcache(void); void PROJ_DLL pj_pr_list(PJ *); void PROJ_DLL pj_free(PJ *); |
