aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2021-08-27 08:21:16 +1000
committerZufu Liu <unknown>2021-08-27 08:21:16 +1000
commit6a4ba450a78154a10360a43b6f36cb2c11d1c955 (patch)
tree12f7ff8eabd79576205af9f4517e2d7bd2252e1b /src/Editor.h
parentbb75e40bca7a6d81eb4070a7b67950119dc4b8b5 (diff)
downloadscintilla-mirror-6a4ba450a78154a10360a43b6f36cb2c11d1c955.tar.gz
Feature [feature-requests:#841] Remove hotspot from LineLayout and rely on
reference to model.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index d6ee0a80f..f3e23ef5b 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -585,7 +585,6 @@ protected: // ScintillaBase subclass needs access to much of Editor
bool PositionIsHotspot(Sci::Position position) const;
bool PointIsHotspot(Point pt);
void SetHotSpotRange(const Point *pt);
- Range GetHotSpotRange() const noexcept override;
void SetHoverIndicatorPosition(Sci::Position position);
void SetHoverIndicatorPoint(Point pt);