From 07e365fcbf821c980e19fa8b76fa2e6735cc49bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Apr 2024 18:18:47 +1000 Subject: [PATCH] Cleanup: remove unused variable --- source/blender/animrig/intern/keyframing_auto.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/animrig/intern/keyframing_auto.cc b/source/blender/animrig/intern/keyframing_auto.cc index 74d672c5979..75e47aead24 100644 --- a/source/blender/animrig/intern/keyframing_auto.cc +++ b/source/blender/animrig/intern/keyframing_auto.cc @@ -358,7 +358,6 @@ bool autokeyframe_property(bContext *C, /* TODO: this should probably respect the keyingset only option for anim */ if (autokeyframe_cfra_can_key(scene, id)) { - ReportList *reports = CTX_wm_reports(C); ToolSettings *ts = scene->toolsettings; const eInsertKeyFlags flag = get_autokey_flags(scene); const std::optional path = RNA_path_from_ID_to_property(ptr, prop);