--- ray/src/common/standard.h 1991/04/12 13:55:33 1.6 +++ ray/src/common/standard.h 1991/10/23 13:43:09 1.7 @@ -24,9 +24,6 @@ typedef struct { XF b; /* backward */ } FULLXF; -#define FHUGE (1e10) /* large real number */ -#define FTINY (1e-6) /* small real number */ - #ifdef M_PI #define PI M_PI #else