diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-31 00:22:59 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-31 00:22:59 -0400 |
| commit | 5ed55f761233d1ab4ebbaa04354500aad27ad6a7 (patch) | |
| tree | c55a6e63334a4fd633be28583559998e19ec4c7e /src/pj_transform.c | |
| parent | 0ded560f320f03196233cf6a0eacb16b9f4db0cd (diff) | |
| download | PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.tar.gz PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.zip | |
Remove unused $Id$ keywords.
Diffstat (limited to 'src/pj_transform.c')
| -rw-r--r-- | src/pj_transform.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_transform.c b/src/pj_transform.c index 2545db16..c8b68281 100644 --- a/src/pj_transform.c +++ b/src/pj_transform.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Perform overall coordinate system to coordinate system * transformations (pj_transform() function) including reprojection @@ -34,8 +32,6 @@ #include <math.h> #include "geocent.h" -PJ_CVSID("$Id$"); - static int pj_adjust_axis( projCtx ctx, const char *axis, int denormalize_flag, long point_count, int point_offset, double *x, double *y, double *z ); |
