소스 검색

Remove not accessed local variable.

BDisp 10 달 전
부모
커밋
04881bc5a7
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      Terminal.Gui/Views/TabView.cs

+ 0 - 10
Terminal.Gui/Views/TabView.cs

@@ -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;