mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Remove unused local variable.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user