[Bf-blender-cvs] [474971f3d84] blender2.8: Cleanup: unused var

Campbell Barton noreply at git.blender.org
Sun May 27 11:06:19 CEST 2018


Commit: 474971f3d84e5eacde7e92fc86ef4e10a5e0786c
Author: Campbell Barton
Date:   Sun May 27 11:06:03 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB474971f3d84e5eacde7e92fc86ef4e10a5e0786c

Cleanup: unused var

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

M	source/blender/draw/intern/draw_cache.c

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

diff --git a/source/blender/draw/intern/draw_cache.c b/source/blender/draw/intern/draw_cache.c
index 7161d8bf0cf..b08735860c9 100644
--- a/source/blender/draw/intern/draw_cache.c
+++ b/source/blender/draw/intern/draw_cache.c
@@ -1593,13 +1593,14 @@ static const float bone_octahedral_smooth_normals[6][3] = {
 	{ 0.0f,  1.0f,  0.0f}
 };
 
+#if 0  /* UNUSED */
+
 static const uint bone_octahedral_wire[24] = {
 	0, 1,  1, 5,  5, 3,  3, 0,
 	0, 4,  4, 5,  5, 2,  2, 0,
 	1, 2,  2, 3,  3, 4,  4, 1,
 };
 
-#if 0  /* UNUSED */
 /* aligned with bone_octahedral_wire
  * Contains adjacent normal index */
 static const uint bone_octahedral_wire_adjacent_face[24] = {



More information about the Bf-blender-cvs mailing list