--- ray/src/common/view.h 2025/06/03 21:31:51 2.23 +++ ray/src/common/view.h 2025/06/07 05:09:45 2.24 @@ -1,4 +1,4 @@ -/* RCSid $Id: view.h,v 2.23 2025/06/03 21:31:51 greg Exp $ */ +/* RCSid $Id: view.h,v 2.24 2025/06/07 05:09:45 greg Exp $ */ /* * view.h - header file for image generation. * @@ -58,8 +58,6 @@ extern VIEW stdview; #define VL_OUTSIDE 0x4 /* world point is outside frustum */ #define VL_BEYOND 0x8 /* point is beyond aft clipping plane */ -extern char *progname; /* global argv[0] */ -extern char *fixargv0(char *arg0); extern char *setview(VIEW *v); extern char *cropview(VIEW *v, double x0, double y0, double x1, double y1); extern void normaspect(double va, double *ap, int *xp, int *yp);