Browse Source

Remove comment

Equbuxu 3 years ago
parent
commit
e941e9a200
1 changed files with 0 additions and 1 deletions
  1. 0 1
      PixiEditor/Models/DataHolders/Document/Document.Operations.cs

+ 0 - 1
PixiEditor/Models/DataHolders/Document/Document.Operations.cs

@@ -31,7 +31,6 @@ namespace PixiEditor.Models.DataHolders
             int offsetX = GetOffsetXForAnchor(Width, width, anchor);
             int offsetX = GetOffsetXForAnchor(Width, width, anchor);
             int offsetY = GetOffsetYForAnchor(Height, height, anchor);
             int offsetY = GetOffsetYForAnchor(Height, height, anchor);
 
 
-            //Thickness[] oldOffsets = Layers.Select(x => x.Offset).ToArray();
             Thickness[] newOffsets = Layers.Select(x => new Thickness(offsetX + x.OffsetX, offsetY + x.OffsetY, 0, 0))
             Thickness[] newOffsets = Layers.Select(x => new Thickness(offsetX + x.OffsetX, offsetY + x.OffsetY, 0, 0))
                 .ToArray();
                 .ToArray();