diff --git a/crates/theme/src/theme.rs b/crates/theme/src/theme.rs index c526a381b72f29d0cb0dc9e9ff5724ba38a69c13..93253b95e7358962707ef0fc22fbe01a01f7cd56 100644 --- a/crates/theme/src/theme.rs +++ b/crates/theme/src/theme.rs @@ -73,13 +73,6 @@ impl ActiveTheme for AppContext { } } -// todo!() -// impl<'a> ActiveTheme for WindowContext<'a> { -// fn theme(&self) -> &Arc { -// &ThemeSettings::get_global(self.app()).active_theme -// } -// } - pub struct ThemeFamily { pub id: String, pub name: SharedString,