Browse Source

Remove unused local variable.

BDisp 9 months ago
parent
commit
dde9b92b21
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Terminal.Gui/Views/TabView.cs

+ 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)
             {