From 6ea6b0ed33dca507f53faef65823cc791afc8534 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 26 Sep 2022 18:49:38 +0200 Subject: [PATCH] Remove old comment --- src/common/serialization/clap.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/common/serialization/clap.h b/src/common/serialization/clap.h index 8a529cdc..a2504efa 100644 --- a/src/common/serialization/clap.h +++ b/src/common/serialization/clap.h @@ -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 void serialize(S& s, ClapMainThreadControlRequest& payload) {