From 474971f3d84e5eacde7e92fc86ef4e10a5e0786c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 May 2018 11:06:03 +0200 Subject: [PATCH] Cleanup: unused var --- source/blender/draw/intern/draw_cache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] = {