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 1d0698a89..815ac3110 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -139,7 +139,6 @@ class LineVector : public ILineVector {
LineStartIndex<POS> startsUTF32;
public:
LineVector() : starts(256), perLine(nullptr) {
- Init();
}
// Deleted so LineVector objects can not be copied.
LineVector(const LineVector &) = delete;