Browse Source

Removed unneeded override of Anchor

Tig Kindel 1 year ago
parent
commit
64d3568234
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Terminal.Gui/View/Layout/PosDim.cs

+ 0 - 5
Terminal.Gui/View/Layout/PosDim.cs

@@ -657,11 +657,6 @@ public class Dim {
 
 		public override string ToString () => $"Auto({_style},{_min},{_max})";
 
-		//internal override int Anchor (int width)
-		//{
-		//	return width;
-		//}
-
 		public override int GetHashCode ()
 		{
 			int hashCode = -1242460230;