diff --git a/Terminal.Gui/Views/TabView.cs b/Terminal.Gui/Views/TabView.cs index b6c155dc0..28764bf4e 100644 --- a/Terminal.Gui/Views/TabView.cs +++ b/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) {