--- ray/src/px/pcond.c 1996/10/03 16:52:46 3.1 +++ ray/src/px/pcond.c 1996/10/04 16:10:39 3.2 @@ -390,13 +390,11 @@ check2do() /* check histogram to see what isn't worth break; b = (i+.5)*(bwmax-bwmin)/HISTRES + bwmin; l = Lb(b); -#if 0 /* determine if acuity adj. useful */ if (what2do&DO_ACUITY && hacuity(l) >= (inpres.xr/sqrt(ourview.hn2) + inpres.yr/sqrt(ourview.vn2))/(2.*180./PI*2.)) what2do &= ~DO_ACUITY; -#endif /* color sensitivity loss? */ if (l >= 6.0) what2do &= ~DO_COLOR;