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/EditModel.h | |
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/EditModel.h')
-rw-r--r-- | src/EditModel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/EditModel.h b/src/EditModel.h index 16a3d1c9f..0887b86ca 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -64,7 +64,6 @@ public: virtual Sci::Line TopLineOfMain() const = 0; virtual Point GetVisibleOriginInMain() const = 0; virtual Sci::Line LinesOnScreen() const = 0; - virtual Range GetHotSpotRange() const noexcept = 0; bool BidirectionalEnabled() const noexcept; bool BidirectionalR2L() const noexcept; void SetDefaultFoldDisplayText(const char *text); |