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/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') 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); -- cgit v1.2.3