From 1fcb28980c38049008e7d07529cd4c11fdd81543 Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Tue, 19 Nov 2024 17:18:29 -0800 Subject: [PATCH] Remove unused variables --- Src/LexText/ParserCore/ParseFiler.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Src/LexText/ParserCore/ParseFiler.cs b/Src/LexText/ParserCore/ParseFiler.cs index c108f8a6ef..8f9faa3ea0 100644 --- a/Src/LexText/ParserCore/ParseFiler.cs +++ b/Src/LexText/ParserCore/ParseFiler.cs @@ -77,16 +77,6 @@ public class ParseFiler #region Properties - /// - /// Are we in the process of stopping the thread this is running in? - /// - public bool Stopping; - - /// - /// Are we updating word forms? - /// - public bool UpdatingWordforms; - #endregion Properties #region Construction and Disposal