diff --git a/crates/workspace/src/workspace.rs b/crates/workspace/src/workspace.rs index e7504db451..531d976fd5 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;