mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
LibGUI: Remove barely used AbstractView::is_searching()
This commit is contained in:
parent
b775b1c199
commit
cc93736f21
2 changed files with 2 additions and 3 deletions
|
@ -162,7 +162,6 @@ protected:
|
|||
void activate_selected();
|
||||
void update_edit_widget_position();
|
||||
|
||||
bool is_searching() const { return !m_highlighted_search.is_null(); }
|
||||
void stop_highlighted_search_timer();
|
||||
void start_highlighted_search_timer();
|
||||
void do_search(String&&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue