diff options
author | Zufu Liu <unknown> | 2021-08-27 08:21:16 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2021-08-27 08:21:16 +1000 |
commit | 6a4ba450a78154a10360a43b6f36cb2c11d1c955 (patch) | |
tree | 12f7ff8eabd79576205af9f4517e2d7bd2252e1b /src/PositionCache.cxx | |
parent | bb75e40bca7a6d81eb4070a7b67950119dc4b8b5 (diff) | |
download | scintilla-mirror-6a4ba450a78154a10360a43b6f36cb2c11d1c955.tar.gz |
Feature [feature-requests:#841] Remove hotspot from LineLayout and rely on
reference to model.
Diffstat (limited to 'src/PositionCache.cxx')
-rw-r--r-- | src/PositionCache.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |