From 17e1c97e435d20758ca2959496cc1b09268add3d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Aug 2019 12:21:09 +1000 Subject: Cleanup: remove USE_TESSFACE_DEFAULT define --- source/blender/editors/mesh/editmesh_utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c index d7ed14184fa..2691c10cfb4 100644 --- a/source/blender/editors/mesh/editmesh_utils.c +++ b/source/blender/editors/mesh/editmesh_utils.c @@ -347,10 +347,6 @@ void EDBM_mesh_load(Main *bmain, Object *ob) .calc_object_remap = true, })); -#ifdef USE_TESSFACE_DEFAULT - BKE_mesh_tessface_calc(me); -#endif - /* Free derived mesh. usually this would happen through depsgraph but there * are exceptions like file save that will not cause this, and we want to * avoid ending up with an invalid derived mesh then. -- cgit v1.2.3