diff --git a/crates/theme/src/theme.rs b/crates/theme/src/theme.rs index 37a408d85f..ae269c00cb 100644 --- a/crates/theme/src/theme.rs +++ b/crates/theme/src/theme.rs @@ -33,7 +33,6 @@ pub struct Theme { pub contact_notification: ContactNotification, pub update_notification: UpdateNotification, pub tooltip: TooltipStyle, - // pub terminal: Terminal, } #[derive(Deserialize, Default)]