Browse Source

Removed unnecessary variable.

BDisp 2 years ago
parent
commit
d46d60dd22
1 changed files with 0 additions and 2 deletions
  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>