From 23fc1b270d0e3a7ac4ac121115af07f7f1c69a36 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 5 Mar 2021 07:54:17 +0100 Subject: [PATCH] Remove redundant call (amend 2b7fae04f32c) --- src/Text3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text3.cpp b/src/Text3.cpp index 3db37b8c25..9c7b10f55a 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -2675,7 +2675,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) if (arg.size() > 100 || arg.empty()) { if (cur.selection()) { DocIterator selbeg = cur.selectionBegin(); - cur.selection(false); cur.clearSelection(); setCursorIntern(cur, selbeg.pit(), selbeg.pos()); cur.screenUpdateFlags(Update::Force);