summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractView.h
diff options
context:
space:
mode:
authorDawid Wolosowicz <d@1823.pl>2021-09-04 15:08:57 +0200
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-09-08 15:48:02 +0430
commitcc93736f21a5aabd5f15f8ad6bbde3f7a0f08f73 (patch)
tree31db1c3b039b6cb0a0d6183794bd5ba73caa2f91 /Userland/Libraries/LibGUI/AbstractView.h
parentb775b1c1995fb52a897cd8b3e6b183c47b71f4fc (diff)
downloadserenity-cc93736f21a5aabd5f15f8ad6bbde3f7a0f08f73.zip
LibGUI: Remove barely used AbstractView::is_searching()
Diffstat (limited to 'Userland/Libraries/LibGUI/AbstractView.h')
-rw-r--r--Userland/Libraries/LibGUI/AbstractView.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/AbstractView.h b/Userland/Libraries/LibGUI/AbstractView.h
index 0995d35a03..0e75a2bd21 100644
--- a/Userland/Libraries/LibGUI/AbstractView.h
+++ b/Userland/Libraries/LibGUI/AbstractView.h
@@ -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&&);