mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Remove not accessed local variable.
This commit is contained in:
@@ -1236,16 +1236,6 @@ public class TabView : View
|
||||
private void RenderTabLine ()
|
||||
{
|
||||
TabToRender [] tabLocations = _host._tabLocations;
|
||||
int y;
|
||||
|
||||
if (_host.Style.TabsOnBottom)
|
||||
{
|
||||
y = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
y = _host.Style.ShowTopLine ? 1 : 0;
|
||||
}
|
||||
|
||||
View selected = null;
|
||||
int topLine = _host.Style.ShowTopLine ? 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user