aboutsummaryrefslogtreecommitdiff
path: root/src/pj_open_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_open_lib.c')
-rw-r--r--src/pj_open_lib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_open_lib.c b/src/pj_open_lib.c
index 524a7505..0a2e7fec 100644
--- a/src/pj_open_lib.c
+++ b/src/pj_open_lib.c
@@ -1,6 +1,4 @@
/******************************************************************************
- * $Id$
- *
* Project: PROJ.4
* Purpose: Implementation of pj_open_lib(), and pj_set_finder(). These
* provide a standard interface for opening projections support
@@ -36,8 +34,6 @@
#include <string.h>
#include <errno.h>
-PJ_CVSID("$Id$");
-
static const char *(*pj_finder)(const char *) = NULL;
static int path_count = 0;
static char **search_path = NULL;