[Bf-blender-cvs] [cd91ff98c07] master: Cleanup: unused var

Campbell Barton noreply at git.blender.org
Sat Aug 10 18:55:13 CEST 2019


Commit: cd91ff98c0785950912a0b6747cc3e3525de0235
Author: Campbell Barton
Date:   Sun Aug 11 02:46:29 2019 +1000
Branches: master
https://developer.blender.org/rBcd91ff98c0785950912a0b6747cc3e3525de0235

Cleanup: unused var

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

M	source/blender/blenlib/intern/delaunay_2d.c

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

diff --git a/source/blender/blenlib/intern/delaunay_2d.c b/source/blender/blenlib/intern/delaunay_2d.c
index f87ca20af84..bb5bd6860c9 100644
--- a/source/blender/blenlib/intern/delaunay_2d.c
+++ b/source/blender/blenlib/intern/delaunay_2d.c
@@ -2140,6 +2140,8 @@ static void prepare_cdt_for_output(CDT_state *cdt, const CDT_output_type output_
       BLI_assert(f->symedge != NULL);
     }
   }
+#else
+  UNUSED_VARS(f);
 #endif
 
   if (output_type == CDT_CONSTRAINTS || output_type == CDT_CONSTRAINTS_VALID_BMESH) {



More information about the Bf-blender-cvs mailing list