소스 검색

Removed unnecessary variable.

BDisp 2 년 전
부모
커밋
d46d60dd22
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Terminal.Gui/Views/StatusBar.cs

+ 0 - 2
Terminal.Gui/Views/StatusBar.cs

@@ -64,8 +64,6 @@ namespace Terminal.Gui {
 	/// So for each context must be a new instance of a statusbar.
 	/// </summary>
 	public class StatusBar : View {
-		bool disposedValue;
-
 		/// <summary>
 		/// The items that compose the <see cref="StatusBar"/>
 		/// </summary>