From 3ce046a2388740648eb5473a243b9d0dde87a76b Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Mon, 7 Sep 2015 19:42:04 +0200 Subject: [PATCH] Remove extraneous field from DocumentWriter. --- zaaReloaded2/Formatter/DocumentWriter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/zaaReloaded2/Formatter/DocumentWriter.cs b/zaaReloaded2/Formatter/DocumentWriter.cs index d1b38bf..460ca9f 100755 --- a/zaaReloaded2/Formatter/DocumentWriter.cs +++ b/zaaReloaded2/Formatter/DocumentWriter.cs @@ -250,7 +250,6 @@ namespace zaaReloaded2.Formatter // The splitting pattern must not contain subgroups! static readonly Regex _markupRegex = new Regex(@"(<[^ >]+>)"); static readonly Regex _styleRegex = new Regex(@"[^>]+)>"); - static Range _highlightStart; #endregion