Cleanup: remove redundant call to set the paint brush

This commit is contained in:
Campbell Barton
2024-01-13 08:00:16 +11:00
parent 3dbbe7246a
commit cc8c1f882a

View File

@@ -205,7 +205,6 @@ static void toolsystem_ref_link(bContext *C, WorkSpace *workspace, bToolRef *tre
BKE_brush_sculpt_reset(brush);
}
}
BKE_paint_brush_set(paint, brush);
}
BKE_paint_brush_set(paint, brush);
}