From f1fa7e180bd53a2eea935d3829f658fc0effee61 Mon Sep 17 00:00:00 2001 From: Falk David Date: Tue, 18 Jun 2024 12:53:31 +0200 Subject: [PATCH] Remove outdated comment --- source/blender/makesdna/DNA_modifier_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index e9ddb11e28f..91581120160 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -3084,15 +3084,12 @@ typedef struct GreasePencilLineartModifierData { struct Object *source_object; struct Collection *source_collection; - /* These are redundant in GPv3, see above for explanations. */ struct Material *target_material; char target_layer[64]; /** * These two variables are to pass on vertex group information from mesh to strokes. * `vgname` specifies which vertex groups our strokes from source_vertex_group will go to. - * - * These are redundant in GPv3, see above for explanations. */ char source_vertex_group[64]; char vgname[64];