--- ray/src/rt/m_mist.c 2003/02/25 02:47:22 2.11 +++ ray/src/rt/m_mist.c 2003/03/10 17:26:26 2.12 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: m_mist.c,v 2.11 2003/02/25 02:47:22 greg Exp $"; +static const char RCSid[] = "$Id"; #endif /* * Mist volumetric material. @@ -69,7 +69,6 @@ srcmatch(sp, id) /* check for an id match on a light s register SRCREC *sp; register char *id; { - extern char *index(); register char *cp; /* check for relay sources */ while ((cp = index(id, RELAYDELIM)) != NULL) {