From ef4db04da848a9790e502300285ccd17d71b4646 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 14:23:07 +0000 Subject: code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using the mapping functionality. replace ED_mesh_calc_normals with BKE_mesh_calc_normals(). --- source/blender/editors/include/ED_mesh.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/include/ED_mesh.h') diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h index 65217e09259..9aa405eda1d 100644 --- a/source/blender/editors/include/ED_mesh.h +++ b/source/blender/editors/include/ED_mesh.h @@ -259,7 +259,6 @@ void ED_mesh_edges_remove(struct Mesh *mesh, struct ReportList *reports, int cou void ED_mesh_vertices_remove(struct Mesh *mesh, struct ReportList *reports, int count); void ED_mesh_transform(struct Mesh *me, float *mat); -void ED_mesh_calc_normals(struct Mesh *me); void ED_mesh_calc_tessface(struct Mesh *mesh); void ED_mesh_update(struct Mesh *mesh, struct bContext *C, int calc_edges, int calc_tessface); -- cgit v1.2.3