aboutsummaryrefslogtreecommitdiff
path: root/src/ctx.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-16 21:10:45 +0100
committerKristian Evers <kristianevers@gmail.com>2020-11-20 16:40:40 +0100
commit7f79fe7325a74d2a9eac93d7081a107ae54bb877 (patch)
tree9cb1fdcc6fcd991811c1b8f2128c814ffb0de729 /src/ctx.cpp
parent70c4c417313c5416fda1cac2f9ed48a201d1e4aa (diff)
downloadPROJ-7f79fe7325a74d2a9eac93d7081a107ae54bb877.tar.gz
PROJ-7f79fe7325a74d2a9eac93d7081a107ae54bb877.zip
Remove legacy file API
Diffstat (limited to 'src/ctx.cpp')
-rw-r--r--src/ctx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctx.cpp b/src/ctx.cpp
index 24d3773b..d3eee39f 100644
--- a/src/ctx.cpp
+++ b/src/ctx.cpp
@@ -100,7 +100,6 @@ pj_ctx pj_ctx::createDefault()
pj_ctx ctx;
ctx.debug_level = PJ_LOG_NONE;
ctx.logger = pj_stderr_logger;
- ctx.fileapi_legacy = pj_get_default_fileapi();
NS_PROJ::FileManager::fillDefaultNetworkInterface(&ctx);
if( getenv("PROJ_DEBUG") != nullptr )
@@ -170,7 +169,6 @@ pj_ctx::pj_ctx(const pj_ctx& other) :
debug_level(other.debug_level),
logger(other.logger),
logger_app_data(other.logger_app_data),
- fileapi_legacy(other.fileapi_legacy),
cpp_context(other.cpp_context ? other.cpp_context->clone(this) : nullptr),
use_proj4_init_rules(other.use_proj4_init_rules),
epsg_file_exists(other.epsg_file_exists),