mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibGUI: Remove barely used AbstractView::is_highlighting_searching()
This commit is contained in:
parent
0cbc222c17
commit
aeffd9024e
Notes:
sideshowbarker
2024-07-18 04:26:54 +09:00
Author: https://github.com/d1823
Commit: aeffd9024e
Pull-request: https://github.com/SerenityOS/serenity/pull/9790
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
2 changed files with 1 additions and 7 deletions
|
@ -166,7 +166,6 @@ protected:
|
|||
void cancel_searching();
|
||||
void start_searching_timer();
|
||||
void do_search(String&&);
|
||||
bool is_highlighting_searching(const ModelIndex&) const;
|
||||
|
||||
ModelIndex drop_candidate_index() const { return m_drop_candidate_index; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue