From 432aeeac56f714f3f27300533bd7f17eea8f42f3 Mon Sep 17 00:00:00 2001 From: Petros Amoiridis Date: Sat, 11 Mar 2023 17:22:21 +0200 Subject: [PATCH] Remove comment I know @JosephTLyons you had added that, but I am not entirely sure this is how the view should be called. Let's discuss this further if you fill strong about it. --- crates/terminal_view/src/terminal_button.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/terminal_view/src/terminal_button.rs b/crates/terminal_view/src/terminal_button.rs index 7dac256f0c..d3b5d627e3 100644 --- a/crates/terminal_view/src/terminal_button.rs +++ b/crates/terminal_view/src/terminal_button.rs @@ -105,7 +105,6 @@ impl View for TerminalButton { } } -// TODO: Rename this to `DeployTerminalButton` impl TerminalButton { pub fn new(workspace: ViewHandle, cx: &mut ViewContext) -> Self { // When terminal moves, redraw so that the icon and toggle status matches.