diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CellBuffer.cxx | 1 | 
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; | 
