diff options
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 = |
