mirror of
https://github.com/RGBCube/serenity
synced 2025-06-28 21:22:08 +00:00
LibGUI: Remove barely used AbstractView::is_highlighting_searching()
This commit is contained in:
parent
0cbc222c17
commit
aeffd9024e
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