diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-18 23:38:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-19 17:45:49 +0100 |
| commit | 2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30 (patch) | |
| tree | 2215af16c944342f08d97f917b5b714e4bde880a /src/ctx.cpp | |
| parent | 7baf00c5bc96e1bb0ea2cb1a9495d2b5d703bdbc (diff) | |
| download | PROJ-2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30.tar.gz PROJ-2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30.zip | |
Add a FileManager and File class
Diffstat (limited to 'src/ctx.cpp')
| -rw-r--r-- | src/ctx.cpp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/ctx.cpp b/src/ctx.cpp index 4536582d..da90d4d7 100644 --- a/src/ctx.cpp +++ b/src/ctx.cpp @@ -258,28 +258,3 @@ void *pj_ctx_get_app_data( projCtx ctx ) return nullptr; return ctx->logger_app_data; } - -/************************************************************************/ -/* pj_ctx_set_fileapi() */ -/************************************************************************/ - -void pj_ctx_set_fileapi( projCtx ctx, projFileAPI *fileapi ) - -{ - if (nullptr==ctx) - return; - ctx->fileapi_legacy = fileapi; -} - -/************************************************************************/ -/* pj_ctx_get_fileapi() */ -/************************************************************************/ - -projFileAPI *pj_ctx_get_fileapi( projCtx ctx ) - -{ - if (nullptr==ctx) - return nullptr; - return ctx->fileapi_legacy; -} - |
