瀏覽代碼

Remove un-necessary call

Jamie D 5 年之前
父節點
當前提交
ce5cca7801
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Terminal.Gui/Core/View.cs

+ 0 - 3
Terminal.Gui/Core/View.cs

@@ -695,9 +695,6 @@ namespace Terminal.Gui {
 
 			while (subviews.Count > 0) {
 				Remove (subviews [0]);
-				if (tabIndexes.Count > 0) {
-					Remove (tabIndexes [0]);
-				}
 			}
 		}