Skip to content

Commit 6b62ad8

Browse files
committed
remove unused import
1 parent c9fc6b6 commit 6b62ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/param_gestures.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::sync::atomic::Ordering;
22

33
use super::bitset::{self, AtomicBitset, Bitset};
44
use super::float::AtomicF64;
5-
use crate::params::{ParamInfo, ParamValue};
5+
use crate::params::ParamValue;
66

77
pub struct ParamGestures {
88
values: Vec<AtomicF64>,

0 commit comments

Comments
 (0)