--- ray/src/util/ranimate.c 2003/10/27 10:32:06 2.43 +++ ray/src/util/ranimate.c 2004/02/15 06:21:01 2.45 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ranimate.c,v 2.43 2003/10/27 10:32:06 schorsch Exp $"; +static const char RCSid[] = "$Id: ranimate.c,v 2.45 2004/02/15 06:21:01 greg Exp $"; #endif /* * Radiance animation control program @@ -718,7 +718,6 @@ int frame, VIEW *vp ) { - extern int recover(); char combuf[2048]; char fname[128]; @@ -788,7 +787,7 @@ char *vfn static int -recover(int frame) /* recover the specified frame */ +recover(int frame) /* recover the specified frame */ { static int *rfrm; /* list of recovered frames */ static int nrfrms = 0; @@ -900,7 +899,6 @@ int frame, int rvr ) { - extern int frecover(); static int iter = 0; double blurf; int nblur = getblur(&blurf); @@ -914,12 +912,6 @@ int rvr if (vp == NULL) { fprintf(stderr, "%s: unexpected error reading view for frame %d\n", - progname, frame); - quit(1); - } - if (ep == NULL) { - fprintf(stderr, - "%s: unexpected error reading exposure for frame %d\n", progname, frame); quit(1); }