From 15e0f6f21a32b013480002730a3bed87332e9ce5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 1 Feb 2022 19:54:35 +0100 Subject: [PATCH] Remove unnecessary import I was going to add that set_parameter function in the next commit, but that will need to wait a bit. --- src/context.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/context.rs b/src/context.rs index 8cb9c8c8..ce76734b 100644 --- a/src/context.rs +++ b/src/context.rs @@ -18,8 +18,6 @@ use std::sync::Weak; -use crate::params::Param; - #[cfg(all(target_family = "unix", not(target_os = "macos")))] mod linux;