aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index 41dd36b56..777cfe100 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -369,7 +369,6 @@ CellBuffer::CellBuffer(bool hasStyles_, bool largeDocument_) :
readOnly = false;
utf8LineEnds = 0;
collectingUndo = true;
- plv = std::unique_ptr<LineVector<Sci::Position>>(new LineVector<Sci::Position>());
if (largeDocument)
plv = std::unique_ptr<LineVector<Sci::Position>>(new LineVector<Sci::Position>());
else