diff --git a/src/user/scroll_pane.rs b/src/user/scroll_pane.rs index 37042d6..55ba593 100644 --- a/src/user/scroll_pane.rs +++ b/src/user/scroll_pane.rs @@ -28,17 +28,6 @@ impl<'a> ScrollItem for Line<'a> { } } -impl<'a> ScrollItem for Vec> { - fn content(&self) -> Text<'_> { - Text::from(self.clone()) - } -} - -impl<'a> ScrollItem for Text<'a> { - fn content(&self) -> Text<'_> { - self.clone() - } -} // ── State ──────────────────────────────────────────────────────