From 6b62ad8d5f7f17b54b0c087b203cce515b8caa56 Mon Sep 17 00:00:00 2001 From: Micah Johnston Date: Mon, 2 Sep 2024 23:22:36 -0500 Subject: [PATCH] remove unused import --- src/sync/param_gestures.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync/param_gestures.rs b/src/sync/param_gestures.rs index cde6a69..e64357a 100644 --- a/src/sync/param_gestures.rs +++ b/src/sync/param_gestures.rs @@ -2,7 +2,7 @@ use std::sync::atomic::Ordering; use super::bitset::{self, AtomicBitset, Bitset}; use super::float::AtomicF64; -use crate::params::{ParamInfo, ParamValue}; +use crate::params::ParamValue; pub struct ParamGestures { values: Vec,