diff options
-rw-r--r-- | src/CellBuffer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index fcc75a741..357d37994 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -369,12 +369,10 @@ CellBuffer::CellBuffer(bool hasStyles_, bool largeDocument_) : readOnly = false; utf8LineEnds = 0; collectingUndo = true; - plv = std::make_unique<LineVector<Sci::Position>>(); if (largeDocument) plv = std::make_unique<LineVector<Sci::Position>>(); else plv = std::make_unique<LineVector<int>>(); - } CellBuffer::~CellBuffer() { |