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/Editor.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/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 1fed61e36..a17ad4dd8 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -4798,10 +4798,6 @@ void Editor::SetHotSpotRange(const Point *pt) { } } -Range Editor::GetHotSpotRange() const noexcept { - return hotspot; -} - void Editor::ButtonMoveWithModifiers(Point pt, unsigned int, KeyMod modifiers) { if (ptMouseLast != pt) { DwellEnd(true); |