aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-09-28 08:08:15 +1000
committerNeil <nyamatongwe@gmail.com>2024-09-28 08:08:15 +1000
commit6a96abeb05a35a64b01154176d2c1d6a8622d3f3 (patch)
tree685b35c42d09c57879d12e6fa41eb5df53ca6e3d /src/Document.cxx
parentc4f161912f4afff81b0697f52f78ad7f0620ac25 (diff)
downloadscintilla-mirror-6a96abeb05a35a64b01154176d2c1d6a8622d3f3.tar.gz
Remove private field that was never used.
Diffstat (limited to 'src/Document.cxx')
-rw-r--r--src/Document.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Document.cxx b/src/Document.cxx
index 88b876ebd..319cc37e1 100644
--- a/src/Document.cxx
+++ b/src/Document.cxx
@@ -167,8 +167,6 @@ Document::Document(DocumentOption options) :
tabIndents = true;
backspaceUnindents = false;
- matchesValid = false;
-
perLineData[ldMarkers] = std::make_unique<LineMarkers>();
perLineData[ldLevels] = std::make_unique<LineLevels>();
perLineData[ldState] = std::make_unique<LineState>();