فهرست منبع

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]);
-				}
 			}
 		}