From 3d2ffc5b5372f29426d4e1176b72cfe0061e9ecc Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 14 Oct 2024 17:30:32 +0200 Subject: [PATCH] remove spurious comment --- src/Text.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text.cpp b/src/Text.cpp index 81a76d2545..7147c15719 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1652,7 +1652,6 @@ void Text::deleteWordBackward(Cursor & cur, bool const force) } -// Kill to end of line. void Text::changeCase(Cursor & cur, TextCase action, bool partial) { LBUFERR(this == cur.text());