code cleanup: unused defines & some formatting.

This commit is contained in:
2012-11-08 06:46:10 +00:00
parent b0e2218093
commit 617a73c573
14 changed files with 39 additions and 41 deletions

View File

@@ -282,7 +282,7 @@ void bmo_region_extend_exec(BMesh *bm, BMOperator *op)
#define FACE_VIS 1
#define FACE_FLAG 2
#define FACE_MARK 4
// #define FACE_MARK 4 /* UNUSED */
#define FACE_FLIP 8
/* NOTE: these are the original recalc_face_normals comment in editmesh_mods.c,