Remove outdated TODO

This commit is contained in:
Joseph T. Lyons 2024-01-04 17:32:00 -05:00
parent a8efb41e56
commit 269b665618

View File

@ -410,11 +410,6 @@ impl Panel for TerminalPanel {
"TerminalPanel"
}
// todo!()
// fn icon_tooltip(&self) -> (String, Option<Box<dyn Action>>) {
// ("Terminal Panel".into(), Some(Box::new(ToggleFocus)))
// }
fn icon(&self, _cx: &WindowContext) -> Option<Icon> {
Some(Icon::Terminal)
}