diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj.h | 1 | ||||
| -rw-r--r-- | src/proj_experimental.h | 6 |
2 files changed, 1 insertions, 6 deletions
@@ -363,6 +363,7 @@ PJ PROJ_DLL *proj_create_crs_to_crs_from_pj(PJ_CONTEXT *ctx, PJ_AREA *area, const char* const *options); PJ PROJ_DLL *proj_normalize_for_visualization(PJ_CONTEXT *ctx, const PJ* obj); +void PROJ_DLL proj_assign_context(PJ* pj, PJ_CONTEXT* ctx); PJ PROJ_DLL *proj_destroy (PJ *P); diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 0452eb4b..dcb2e888 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -922,12 +922,6 @@ PJ PROJ_DLL *proj_create_conversion_equal_earth( /**@}*/ -/*! @cond Doxygen_Suppress */ - -void PROJ_DLL proj_assign_context( PJ* pj, PJ_CONTEXT* ctx ); - -/*! @endcond */ - #ifdef __cplusplus } #endif |
