Cleanup: unused var

This commit is contained in:
Campbell Barton
2019-08-11 02:46:29 +10:00
parent 26911ba1e2
commit cd91ff98c0

View File

@@ -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) {