2
0
Эх сурвалжийг харах

Remove unused local variable.

BDisp 9 сар өмнө
parent
commit
dde9b92b21

+ 0 - 1
Terminal.Gui/Views/TabView.cs

@@ -1239,7 +1239,6 @@ public class TabView : View
 
             View selected = null;
             int topLine = _host.Style.ShowTopLine ? 1 : 0;
-            int width = Viewport.Width;
 
             foreach (TabToRender toRender in tabLocations)
             {