Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-26 08:30:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-26 08:31:11 +0300
commitc402cfa3085188dabcb7b8576f85d482b3efae1f (patch)
treefabf19dd0496235463f7e5549f11f8bace39c428 /source/blender/editors/curve/editcurve_undo.c
parentc67b03b810f41c210b899e77c1e26e5b2db75b31 (diff)
Cleanup: move comment into function doc-string
Diffstat (limited to 'source/blender/editors/curve/editcurve_undo.c')
-rw-r--r--source/blender/editors/curve/editcurve_undo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/curve/editcurve_undo.c b/source/blender/editors/curve/editcurve_undo.c
index 48666821732..b07c3c85f4a 100644
--- a/source/blender/editors/curve/editcurve_undo.c
+++ b/source/blender/editors/curve/editcurve_undo.c
@@ -248,7 +248,6 @@ static void curve_undosys_step_decode(struct bContext *C,
{
CurveUndoStep *us = (CurveUndoStep *)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));