aboutsummaryrefslogtreecommitdiff
path: root/src/pj_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_init.c')
-rw-r--r--src/pj_init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_init.c b/src/pj_init.c
index cae53003..88f4a28c 100644
--- a/src/pj_init.c
+++ b/src/pj_init.c
@@ -1,6 +1,4 @@
/******************************************************************************
- * $Id$
- *
* Project: PROJ.4
* Purpose: Initialize projection object from string definition. Includes
* pj_init(), pj_init_plus() and pj_free() function.
@@ -37,8 +35,6 @@
#include <locale.h>
#include <ctype.h>
-PJ_CVSID("$Id$");
-
typedef struct {
projCtx ctx;
PAFile fid;