From 6a4ba450a78154a10360a43b6f36cb2c11d1c955 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Fri, 27 Aug 2021 08:21:16 +1000 Subject: Feature [feature-requests:#841] Remove hotspot from LineLayout and rely on reference to model. --- src/PositionCache.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/PositionCache.cxx') diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index fda736cc7..d24b1ed8d 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -71,7 +71,6 @@ LineLayout::LineLayout(Sci::Line lineNumber_, int maxLineLength_) : containsCaret(false), edgeColumn(0), bracePreviousStyles{}, - hotspot(0,0), widthLine(wrapWidthInfinite), lines(1), wrapIndent(0) { -- cgit v1.2.3