From 0469f2392f0653f2fcecc840122d74f9e0e83bff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:41:27 +1000 Subject: Cleanup: remove outdated/redundant comments --- source/blender/editors/mesh/mesh_data.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/mesh/mesh_data.c') diff --git a/source/blender/editors/mesh/mesh_data.c b/source/blender/editors/mesh/mesh_data.c index 3a05cde7aa1..d736510abd0 100644 --- a/source/blender/editors/mesh/mesh_data.c +++ b/source/blender/editors/mesh/mesh_data.c @@ -61,7 +61,6 @@ static CustomData *mesh_customdata_get_type(Mesh *me, const char htype, int *r_t BMesh *bm = (me->edit_mesh) ? me->edit_mesh->bm : NULL; int tot; - /* this */ switch (htype) { case BM_VERT: if (bm) { -- cgit v1.2.3