--- ray/src/common/view.h 1990/01/08 14:45:51 1.4 +++ ray/src/common/view.h 1990/01/18 23:58:55 1.5 @@ -35,8 +35,6 @@ extern double sqrt(); #define viewaspect(v) sqrt((v)->vn2/(v)->hn2) -#define copyview(d,s) bcopy((char *)(s),(char *)(d),sizeof(VIEW)) - #define STDVIEW {VT_PER,0.,0.,0.,0.,1.,0.,0.,0.,1.,45.,45.,0.,0.} #define VIEWSTR "VIEW="