remove spurious comment

This commit is contained in:
Jean-Marc Lasgouttes 2024-10-14 17:30:32 +02:00
parent 4e0059ad63
commit 3d2ffc5b53

View File

@ -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) void Text::changeCase(Cursor & cur, TextCase action, bool partial)
{ {
LBUFERR(this == cur.text()); LBUFERR(this == cur.text());