aboutsummaryrefslogtreecommitdiff
path: root/src/ctx.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-18 09:32:45 +0100
committerKristian Evers <kristianevers@gmail.com>2020-11-20 16:40:40 +0100
commitddb3b8da0756acbb8713aeb452de209eb350e996 (patch)
tree2289f27d25072c42aa133a5055c4a3050b545c32 /src/ctx.cpp
parenteb04ffca4c62d48378ff4c4ffe230de76d218b64 (diff)
downloadPROJ-ddb3b8da0756acbb8713aeb452de209eb350e996.tar.gz
PROJ-ddb3b8da0756acbb8713aeb452de209eb350e996.zip
Removed unused function pj_set_searchpath() and pj_set_finder()
Diffstat (limited to 'src/ctx.cpp')
-rw-r--r--src/ctx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ctx.cpp b/src/ctx.cpp
index 8e25db2a..2093950b 100644
--- a/src/ctx.cpp
+++ b/src/ctx.cpp
@@ -163,7 +163,6 @@ pj_ctx::pj_ctx(const pj_ctx& other) :
epsg_file_exists(other.epsg_file_exists),
ca_bundle_path(other.ca_bundle_path),
env_var_proj_lib(other.env_var_proj_lib),
- file_finder_legacy(other.file_finder_legacy),
file_finder(other.file_finder),
file_finder_user_data(other.file_finder_user_data),
custom_sqlite3_vfs_name(other.custom_sqlite3_vfs_name),