From f58a15bbb1a348abbdccaf63872d6c8231fa2522 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Wed, 22 Jun 2022 11:23:29 -0700 Subject: [PATCH] Removed final stuff from theme.rs --- crates/theme/src/theme.rs | 1 - 1 file changed, 1 deletion(-) 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)]