From c402cfa3085188dabcb7b8576f85d482b3efae1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 26 Feb 2021 16:30:06 +1100 Subject: Cleanup: move comment into function doc-string --- source/blender/editors/mesh/editmesh_undo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_undo.c') diff --git a/source/blender/editors/mesh/editmesh_undo.c b/source/blender/editors/mesh/editmesh_undo.c index 67816f069f6..79385e28aa9 100644 --- a/source/blender/editors/mesh/editmesh_undo.c +++ b/source/blender/editors/mesh/editmesh_undo.c @@ -775,7 +775,6 @@ static void mesh_undosys_step_decode(struct bContext *C, { MeshUndoStep *us = (MeshUndoStep *)us_p; - /* Load all our objects into edit-mode, clear everything else. */ ED_undo_object_editmode_restore_helper( C, &us->elems[0].obedit_ref.ptr, us->elems_len, sizeof(*us->elems)); -- cgit v1.2.3