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/lattice/editlattice_undo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/lattice') diff --git a/source/blender/editors/lattice/editlattice_undo.c b/source/blender/editors/lattice/editlattice_undo.c index 2a6edc3249f..d92a81179cc 100644 --- a/source/blender/editors/lattice/editlattice_undo.c +++ b/source/blender/editors/lattice/editlattice_undo.c @@ -221,7 +221,6 @@ static void lattice_undosys_step_decode(struct bContext *C, { LatticeUndoStep *us = (LatticeUndoStep *)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