Browse Source

Remove code checked-in by error

Ross Ferguson 5 years ago
parent
commit
de21cfe8ed
1 changed files with 0 additions and 12 deletions
  1. 0 12
      Terminal.Gui/Views/TextFieldAutoComplete.cs

+ 0 - 12
Terminal.Gui/Views/TextFieldAutoComplete.cs

@@ -74,18 +74,6 @@ namespace Terminal.Gui {
 			this.SetFocus(search);
 		}
 
-		public new Dim Width 
-		{
-			get { return base.Width; }
-			set { base.Width = value; }
-		}
-
-		public new Dim Height 
-		{
-			get { return base.Height-1; } 
-			set { base.Width = value+1; }
-		}
-
 		public override bool OnEnter ()
 		{
 			if (!search.HasFocus)