Remove comment

Petros Amoiridis created

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.

Change summary

crates/terminal_view/src/terminal_button.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

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<Workspace>, cx: &mut ViewContext<Self>) -> Self {
         // When terminal moves, redraw so that the icon and toggle status matches.