remove remaining unused yafray settings.

This commit is contained in:
2010-06-14 01:03:48 +00:00
parent 271a553ed5
commit a262847298
3 changed files with 1 additions and 22 deletions

View File

@@ -564,13 +564,6 @@ typedef struct LampRen {
/* passes & node shader support: all shadow info for a pixel */
LampShadowSample *shadsamp;
/* yafray: photonlight params */
int YF_numphotons, YF_numsearch;
short YF_phdepth, YF_useqmc, YF_bufsize;
float YF_causticblur, YF_ltradius;
float YF_glowint, YF_glowofs;
short YF_glowtype;
/* ray optim */
struct RayObject *last_hit[BLENDER_MAX_THREADS];