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