From 4f472e14427ef2536690857b6fe81f965ac5cd87 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 18 Jan 2022 10:10:16 +0100 Subject: [PATCH] :fire: --- crates/workspace/src/workspace.rs | 1 - 1 file changed, 1 deletion(-) 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;