diff --git a/Terminal.Gui/View/Layout/ViewLayout.cs b/Terminal.Gui/View/Layout/ViewLayout.cs index 020fa7211..fa8e482cb 100644 --- a/Terminal.Gui/View/Layout/ViewLayout.cs +++ b/Terminal.Gui/View/Layout/ViewLayout.cs @@ -1,6 +1,5 @@ #nullable enable using System.Diagnostics; -using Microsoft.CodeAnalysis; namespace Terminal.Gui; @@ -779,12 +778,6 @@ public partial class View foreach (View? v in from.InternalSubviews) { nNodes.Add (v); - - //if (v.LayoutStyle != LayoutStyle.Computed) - //{ - // continue; - //} - CollectPos (v.X, v, ref nNodes, ref nEdges); CollectPos (v.Y, v, ref nNodes, ref nEdges); CollectDim (v.Width, v, ref nNodes, ref nEdges);