Browse Source

Removed unnecesary comment

Tig 1 year ago
parent
commit
40e0d87242
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Terminal.Gui/View/Layout/Dim.cs

+ 0 - 1
Terminal.Gui/View/Layout/Dim.cs

@@ -364,7 +364,6 @@ public class DimAbsolute (int size) : Dim
 
     internal override int Calculate (int location, int superviewContentSize, View us, Dimension dimension)
     {
-        // DimAbsolute.Anchor (int size) ignores width and returns n
         return Math.Max (GetAnchor (0), 0);
     }
 }