1
Fork 0
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:
Dawid Wolosowicz 2021-09-04 14:57:43 +02:00 committed by Ali Mohammad Pur
parent 0cbc222c17
commit aeffd9024e
2 changed files with 1 additions and 7 deletions

View file

@ -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; }