terminal: Remove resolved TODO (#3948)

This PR removes a resolved TODO in the `terminal` crate.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-08 13:39:56 -05:00 committed by GitHub
parent 00fc22a461
commit 9b06c66e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,6 @@ mod persistence;
pub mod terminal_element;
pub mod terminal_panel;
// todo!()
// use crate::terminal_element::TerminalElement;
use editor::{scroll::autoscroll::Autoscroll, Editor};
use gpui::{
div, impl_actions, overlay, AnyElement, AppContext, DismissEvent, EventEmitter, FocusHandle,