diff options
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); |