summaryrefslogtreecommitdiffstats
path: root/src/core/src/components/search_bar/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/components/search_bar/mod.rs')
-rw-r--r--src/core/src/components/search_bar/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/src/components/search_bar/mod.rs b/src/core/src/components/search_bar/mod.rs
index 9e1df81..da7d5fd 100644
--- a/src/core/src/components/search_bar/mod.rs
+++ b/src/core/src/components/search_bar/mod.rs
@@ -123,10 +123,6 @@ impl SearchBar {
self.state == State::Editing
}
- pub(crate) fn is_searching(&self) -> bool {
- self.state == State::Searching
- }
-
pub(crate) fn build_view_line(&self) -> ViewLine {
ViewLine::from(self.editable_line.line_segments())
}