1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00

GTextEditor: Simplify delete_selection().

This commit is contained in:
Andreas Kling 2019-03-08 15:55:58 +01:00
parent 5602f3be6c
commit c4937f01d8
2 changed files with 40 additions and 12 deletions

View file

@ -85,6 +85,7 @@ private:
void remove(int index);
void append(const char*, int);
void truncate(int length);
void clear();
private:
// NOTE: This vector is null terminated.