[Bf-blender-cvs] [1fe2b4bf608] blender2.8: Eevee: Remove unused variable.

Clément Foucault noreply at git.blender.org
Mon Jan 29 22:23:37 CET 2018


Commit: 1fe2b4bf608b22ae4513051e01cf45e5012c2409
Author: Clément Foucault
Date:   Mon Jan 29 21:59:53 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB1fe2b4bf608b22ae4513051e01cf45e5012c2409

Eevee: Remove unused variable.

===================================================================

M	source/blender/draw/engines/eevee/eevee_materials.c

===================================================================

diff --git a/source/blender/draw/engines/eevee/eevee_materials.c b/source/blender/draw/engines/eevee/eevee_materials.c
index 62cf8c86b88..84627e03137 100644
--- a/source/blender/draw/engines/eevee/eevee_materials.c
+++ b/source/blender/draw/engines/eevee/eevee_materials.c
@@ -63,7 +63,6 @@ static struct {
 
 	unsigned int sss_count;
 
-	float view_vecs[2][4];
 	float alpha_hash_offset;
 	float noise_offsets[3];
 } e_data = {NULL}; /* Engine data */



More information about the Bf-blender-cvs mailing list