diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-04 15:32:33 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-06 16:06:35 +0100 |
| commit | 41ff94791abfebaf8cf2c346b4aefb4895248bf3 (patch) | |
| tree | ed0e5e7ea96035083988e6236accf42da3fb1d60 /src/apply_gridshift.cpp | |
| parent | b6f0153e5aa27dc11d2c879dc4a62a0f35a122cb (diff) | |
| download | PROJ-41ff94791abfebaf8cf2c346b4aefb4895248bf3.tar.gz PROJ-41ff94791abfebaf8cf2c346b4aefb4895248bf3.zip | |
Remove obsolete and presumably unfinished implementation of grid catalog functionality
Diffstat (limited to 'src/apply_gridshift.cpp')
| -rw-r--r-- | src/apply_gridshift.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/apply_gridshift.cpp b/src/apply_gridshift.cpp index e6c7b2b1..2f46ca11 100644 --- a/src/apply_gridshift.cpp +++ b/src/apply_gridshift.cpp @@ -89,10 +89,6 @@ int pj_apply_gridshift_2( PJ *defn, int inverse, double *x, double *y, double *z ) { - if( defn->catalog_name != nullptr ) - return pj_gc_apply_gridshift( defn, inverse, point_count, point_offset, - x, y, z ); - if( defn->gridlist == nullptr ) { defn->gridlist = |
