--- ray/src/gen/genworm.c 1991/08/13 16:07:12 1.9 +++ ray/src/gen/genworm.c 1991/10/28 16:13:30 1.10 @@ -25,8 +25,6 @@ static char SCCSid[] = "$SunId$ LBL"; #define PI 3.14159265358979323846 -#define FTINY 1e-7 - #define max(a,b) ((a) > (b) ? (a) : (b))