diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
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); |