From 44ada311695946f6c6cb6079448eea1579c19e00 Mon Sep 17 00:00:00 2001 From: Tig Date: Mon, 27 May 2024 07:19:40 -0600 Subject: [PATCH] Removed comment --- Terminal.Gui/View/Layout/ViewLayout.cs | 7 ------- 1 file changed, 7 deletions(-) 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);