aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
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/proj_internal.h
parenteb04ffca4c62d48378ff4c4ffe230de76d218b64 (diff)
downloadPROJ-ddb3b8da0756acbb8713aeb452de209eb350e996.tar.gz
PROJ-ddb3b8da0756acbb8713aeb452de209eb350e996.zip
Removed unused function pj_set_searchpath() and pj_set_finder()
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 2915284c..24c9b653 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -947,8 +947,6 @@ PJ_LPZ PROJ_DLL pj_inv3d(PJ_XYZ, PJ *);
void PROJ_DLL pj_clear_initcache(void);
void PROJ_DLL pj_pr_list(PJ *);
void PROJ_DLL pj_free(PJ *);
-void PROJ_DLL pj_set_finder( const char *(*)(const char *) );
-void PROJ_DLL pj_set_searchpath ( int count, const char **path );
PJ PROJ_DLL *pj_init(int, char **);
PJ PROJ_DLL *pj_init_plus(const char *);
PJ PROJ_DLL *pj_init_ctx( PJ_CONTEXT *, int, char ** );