--- ray/src/rt/ambcomp.c 1992/03/04 16:28:25 2.3 +++ ray/src/rt/ambcomp.c 1992/10/02 16:14:38 2.4 @@ -27,8 +27,6 @@ typedef struct { short nt, np; /* number of theta and phi directions */ } AMBHEMI; /* ambient sample hemisphere */ -extern double sin(), cos(), sqrt(); - static int ambcmp(d1, d2) /* decreasing order */