Skip to content

Commit 8c7717c

Browse files
committed
Batch refactoring
1 parent 9aa1afe commit 8c7717c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Editor/Interface/Figma.Types.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,6 @@ public class RectangleNode : DefaultShapeNode, CornerMixin, RectangleCornerMixin
464464
public number? cornerRadius { get; set; }
465465

466466
public number[] rectangleCornerRadii { get; set; }
467-
468-
public LayoutPositioning layoutPositioning;
469467
#endregion
470468
}
471469

@@ -541,7 +539,6 @@ public class Style
541539
public number? layoutVersion;
542540
public string[] lineTypes;
543541
public int[] lineIndentations;
544-
public LayoutPositioning layoutPositioning;
545542
}
546543

547544
public class ComponentSetNode : DefaultFrameNode

0 commit comments

Comments
 (0)