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