Cleanup: Remove unused variable

This commit is contained in:
Hans Goudey
2023-03-27 11:42:23 -04:00
parent b27ffee8f3
commit efda95840d

View File

@@ -171,7 +171,6 @@ static void action_main_region_draw(const bContext *C, ARegion *region)
/* draw entirely, view changes should be handled here */
SpaceAction *saction = CTX_wm_space_action(C);
Scene *scene = CTX_data_scene(C);
Object *obact = CTX_data_active_object(C);
bAnimContext ac;
View2D *v2d = &region->v2d;
short marker_flag = 0;