mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
LibLine: Remove unused cut_mismatching_chars() function
This is superceded by the suggest() mechanism
This commit is contained in:
parent
fa0525b8bf
commit
364dbe28d6
2 changed files with 0 additions and 9 deletions
|
@ -105,7 +105,6 @@ public:
|
|||
void clear_line();
|
||||
void insert(const String&);
|
||||
void insert(const char);
|
||||
void cut_mismatching_chars(String& completion, const String& other, size_t start_compare);
|
||||
void stylize(const Span&, const Style&);
|
||||
void strip_styles()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue