diff --git a/src/platform/smart_leds_lib.rs b/src/platform/smart_leds_lib.rs index caba483..41f5eec 100644 --- a/src/platform/smart_leds_lib.rs +++ b/src/platform/smart_leds_lib.rs @@ -1,7 +1,6 @@ use smart_leds_trait::SmartLedsWrite; use crate::buffers::Pixbuf; -use crate::events::Variant; use crate::render::{HardwarePixel, Output, PixelView, Sample}; use crate::power::brightness_for_mw; use crate::geometry::*;