Remove redundant selection flush call

This commit is contained in:
Campbell Barton 2016-04-29 17:29:23 +10:00
parent d3344ca7b1
commit 9e1a9fa5bb
1 changed files with 0 additions and 2 deletions

View File

@ -501,8 +501,6 @@ void ED_object_editmode_enter(bContext *C, int flag)
/* order doesn't matter */
EDBM_mesh_normals_update(em);
BKE_editmesh_tessface_calc(em);
BM_mesh_select_mode_flush(em->bm);
}
WM_event_add_notifier(C, NC_SCENE | ND_MODE | NS_EDITMODE_MESH, scene);