diff --git a/crates/workspace/src/workspace.rs b/crates/workspace/src/workspace.rs index e7504db45197279f82ffa294266c1d37dc29e545..531d976fd57b02872cdd56bc35fcb937b889bb9f 100644 --- a/crates/workspace/src/workspace.rs +++ b/crates/workspace/src/workspace.rs @@ -147,7 +147,6 @@ pub trait Item: Entity + Sized { pub trait ItemView: View { type ItemHandle: ItemHandle; - fn added_to_pane(&mut self, _: Rc, _: &mut ViewContext) {} fn deactivated(&mut self, _: &mut ViewContext) {} fn navigate(&mut self, _: Box, _: &mut ViewContext) {} fn item_handle(&self, cx: &AppContext) -> Self::ItemHandle;