Remove unused local variable.

This commit is contained in:
BDisp
2024-10-27 10:49:30 +00:00
parent 04881bc5a7
commit dde9b92b21

View File

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