diff options
Diffstat (limited to 'style/src/theme.rs')
| -rw-r--r-- | style/src/theme.rs | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/style/src/theme.rs b/style/src/theme.rs index fd93f776..41e76d99 100644 --- a/style/src/theme.rs +++ b/style/src/theme.rs @@ -4,7 +4,6 @@ pub mod palette;  pub use palette::Palette;  use crate::application; -use crate::core::widget::text;  use std::fmt;  use std::sync::Arc; @@ -265,5 +264,3 @@ impl<T: Fn(&Theme) -> application::Appearance> application::StyleSheet for T {          (self)(style)      }  } - -impl text::StyleSheet for Theme {} | 
