1
0
Fork 0

Remove old todo

This commit is contained in:
Robbert van der Helm 2022-02-04 19:04:36 +01:00
parent 4c0031d7b3
commit a93ad650be

View file

@ -60,10 +60,6 @@ pub trait Plugin: Default + Send + Sync {
/// The plugin's parameters. The host will update the parameter values before calling
/// `process()`. These parameters are identified by strings that should never change when the
/// plugin receives an update.
///
/// TODO: Rethink the API a bit more. Also Requiring the pin on self makes more sense, but it's
/// not strictly necessary. We'll have to change this once the API is usable to see what's
/// ergonmic.
fn params(&self) -> Pin<&dyn Params>;
//