diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/AbstractView.h')
-rw-r--r-- | Userland/Libraries/LibGUI/AbstractView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/AbstractView.h b/Userland/Libraries/LibGUI/AbstractView.h index e0764c804d..cdb40daa17 100644 --- a/Userland/Libraries/LibGUI/AbstractView.h +++ b/Userland/Libraries/LibGUI/AbstractView.h @@ -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&&); |