[Bf-blender-cvs] [cbab3e1e908] blender2.8: Cleanup: Unused undef

Sergey Sharybin noreply at git.blender.org
Fri Sep 7 11:05:03 CEST 2018


Commit: cbab3e1e908792a2c9aa1266805ba59e8368727a
Author: Sergey Sharybin
Date:   Thu Sep 6 17:45:35 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBcbab3e1e908792a2c9aa1266805ba59e8368727a

Cleanup: Unused undef

That symbol is never defined.

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

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

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

diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.c b/source/blender/draw/intern/draw_cache_impl_mesh.c
index 238d2f28c43..fd9dc2875ad 100644
--- a/source/blender/draw/intern/draw_cache_impl_mesh.c
+++ b/source/blender/draw/intern/draw_cache_impl_mesh.c
@@ -4466,5 +4466,3 @@ void DRW_mesh_cache_sculpt_coords_ensure(Mesh *me)
 }
 
 /** \} */
-
-#undef MESH_RENDER_FUNCTION



More information about the Bf-blender-cvs mailing list