From 8bb46b6f78ea8eedf87b0f67fbc85f0d1c389cf9 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sat, 14 Dec 2024 11:10:40 +0100 Subject: [PATCH] platform: smart_leds: warning-- --- src/platform/smart_leds_lib.rs | 1 - 1 file changed, 1 deletion(-) 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::*;