From dde9b92b2171102bdc3f3bb86337efd1d5106818 Mon Sep 17 00:00:00 2001 From: BDisp Date: Sun, 27 Oct 2024 10:49:30 +0000 Subject: [PATCH] Remove unused local variable. --- Terminal.Gui/Views/TabView.cs | 1 - 1 file changed, 1 deletion(-) 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) {