aboutsummaryrefslogtreecommitdiff
path: root/src/pj_geocent.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-31 00:22:59 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-31 00:22:59 -0400
commit5ed55f761233d1ab4ebbaa04354500aad27ad6a7 (patch)
treec55a6e63334a4fd633be28583559998e19ec4c7e /src/pj_geocent.c
parent0ded560f320f03196233cf6a0eacb16b9f4db0cd (diff)
downloadPROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.tar.gz
PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.zip
Remove unused $Id$ keywords.
Diffstat (limited to 'src/pj_geocent.c')
-rw-r--r--src/pj_geocent.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_geocent.c b/src/pj_geocent.c
index fa5add3a..6b2f3026 100644
--- a/src/pj_geocent.c
+++ b/src/pj_geocent.c
@@ -1,6 +1,4 @@
/******************************************************************************
- * $Id$
- *
* Project: PROJ.4
* Purpose: Stub projection for geocentric. The transformation isn't
* really done here since this code is 2D. The real transformation
@@ -32,8 +30,6 @@
#define PJ_LIB__
#include <projects.h>
-PJ_CVSID("$Id$");
-
PROJ_HEAD(geocent, "Geocentric") "\n\t";
FORWARD(forward);