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