Remove extraneous field from DocumentWriter.

This commit is contained in:
Daniel Kraus 2015-09-07 19:42:04 +02:00
parent 300df897de
commit 3ce046a238
1 changed files with 0 additions and 1 deletions

View File

@ -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(@"<style:(?<style>[^>]+)>");
static Range _highlightStart;
#endregion