[LyX/master] remove spurious comment

Jean-Marc Lasgouttes lasgouttes at lyx.org
Mon Oct 14 15:30:38 UTC 2024


commit 3d2ffc5b5372f29426d4e1176b72cfe0061e9ecc
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Mon Oct 14 17:30:32 2024 +0200

    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());


More information about the lyx-cvs mailing list