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:
Diffstat (limited to 'source/blender/editors/animation/keyframing.c')
-rw-r--r--source/blender/editors/animation/keyframing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index bac4c4329cb..f25b9b5f094 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -158,7 +158,6 @@ bAction *verify_adt_action(Main *bmain, ID *id, short add)
adt->action->idroot = GS(id->name);
/* tag depsgraph to be rebuilt to include time dependency */
- /* XXX: we probably should have bmain passed down, but that involves altering too many API's */
DEG_relations_tag_update(bmain);
}