aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-11-10 17:32:58 +0100
committerGitHub <noreply@github.com>2018-11-10 17:32:58 +0100
commita22ed5d71dd514ca2dbf003e02cd57e7b77c749c (patch)
treec540257c11eb9be28201940fe105b8c88460fd38 /src/proj.h
parent94c454012edcad7035a5531afb0529dc3b7e0812 (diff)
parentcd5df298e2205f04f8ea030ce7ffb8346f87b1ec (diff)
downloadPROJ-a22ed5d71dd514ca2dbf003e02cd57e7b77c749c.tar.gz
PROJ-a22ed5d71dd514ca2dbf003e02cd57e7b77c749c.zip
Merge pull request #1170 from kbevers/geocentric-latitude
Remove proj_geocentric_latitude from public API
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proj.h b/src/proj.h
index 40ba181b..282d1487 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -404,9 +404,6 @@ const PJ_PRIME_MERIDIANS *proj_list_prime_meridians(void);
double proj_torad (double angle_in_degrees);
double proj_todeg (double angle_in_radians);
-/* Geographical to geocentric latitude - another of the "simple, but useful" */
-PJ_COORD proj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coord);
-
double proj_dmstor(const char *is, char **rs);
char* proj_rtodms(char *s, double r, int pos, int neg);