aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
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 ** );