aboutsummaryrefslogtreecommitdiff
path: root/src/proj_4D_api.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-10-29 14:18:49 +0100
committerGitHub <noreply@github.com>2017-10-29 14:18:49 +0100
commit49451682dccc6d1e9a86c5bbc60e3968d5f55b1d (patch)
tree4fd2b018c0bb0cbb10bc1116df6b9416a6b0e155 /src/proj_4D_api.c
parent5877ffac2fd4c2f89deb5b9d962a1969192856c4 (diff)
parent0d0beff91ddfc2cc4d195a141524a139f3afb756 (diff)
downloadPROJ-49451682dccc6d1e9a86c5bbc60e3968d5f55b1d.tar.gz
PROJ-49451682dccc6d1e9a86c5bbc60e3968d5f55b1d.zip
Merge branch 'master' into kinematic-grids
Diffstat (limited to 'src/proj_4D_api.c')
-rw-r--r--src/proj_4D_api.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/proj_4D_api.c b/src/proj_4D_api.c
index b1aa3883..5484b650 100644
--- a/src/proj_4D_api.c
+++ b/src/proj_4D_api.c
@@ -3,12 +3,6 @@
* Purpose: Implement a (currently minimalistic) proj API based primarily
* on the PJ_COORD 4D geodetic spatiotemporal data type.
*
- * proj thread contexts have not seen widespread use, so one of the
- * intentions with this new API is to make them less visible on the
- * API surface: Contexts do not have a life by themselves, they are
- * visible only through their associated PJs, and the number of
- * functions supporting them is limited.
- *
* Author: Thomas Knudsen, thokn@sdfe.dk, 2016-06-09/2016-11-06
*
******************************************************************************