1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:17:36 +00:00

LibGUI: Remove barely used AbstractView::searching()

This commit is contained in:
Dawid Wolosowicz 2021-09-04 14:52:29 +02:00 committed by Ali Mohammad Pur
parent e96081ef8f
commit 0cbc222c17
2 changed files with 1 additions and 2 deletions

View file

@ -163,7 +163,6 @@ protected:
void update_edit_widget_position();
bool is_searching() const { return !m_searching.is_null(); }
StringView searching() const { return m_searching; }
void cancel_searching();
void start_searching_timer();
void do_search(String&&);