From e782fda3f6b833489555318c005c07993709c519 Mon Sep 17 00:00:00 2001
From: Robbert van der Helm <mail@robbertvanderhelm.nl>
Date: Wed, 26 Jan 2022 11:58:18 +0100
Subject: [PATCH] Remove todo about params derive macro

Since we already have this.
---
 nih_plug/src/params.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nih_plug/src/params.rs b/nih_plug/src/params.rs
index 4a2987a7..d4fe2bda 100644
--- a/nih_plug/src/params.rs
+++ b/nih_plug/src/params.rs
@@ -157,8 +157,6 @@ impl NormalizebleRange<i32> for Range<i32> {
 ///
 /// This implementation is safe when using from the wrapper because the plugin object needs to be
 /// pinned, and it can never outlive the wrapper.
-///
-/// TODO: Create a derive macro for this
 pub trait Params {
     /// Create a mapping from unique parameter IDs to parameters. Dereferencing the pointers stored
     /// in the values is only valid as long as this pinned object is valid.