Remove old comment

This commit is contained in:
Robbert van der Helm
2022-09-26 18:49:38 +02:00
parent 4ac0b60ca7
commit 6ea6b0ed33
+1 -5
View File
@@ -61,11 +61,7 @@ using ClapMainThreadControlRequest =
clap::ext::params::plugin::GetInfo,
clap::ext::params::plugin::GetValue,
clap::ext::params::plugin::ValueToText,
clap::ext::params::plugin::TextToValue
// Flush may be called from the audio thread and it may not be
// called at the same time as process, so that's handled using
// the audio thread handler
>;
clap::ext::params::plugin::TextToValue>;
template <typename S>
void serialize(S& s, ClapMainThreadControlRequest& payload) {