diff --git a/src/plugin/bridges/vst3.cpp b/src/plugin/bridges/vst3.cpp index e318fc44..9528fe06 100644 --- a/src/plugin/bridges/vst3.cpp +++ b/src/plugin/bridges/vst3.cpp @@ -21,8 +21,6 @@ #include "vst3-impls/plugin-proxy.h" // There are still some design decisions that need some more thought -// TODO: Check whether `IPlugView::isPlatformTypeSupported` needs special -// handling. // TODO: The documentation mentions that private communication through VST3's // message system should be handled on a separate timer thread. Do we // need special handling for this on the Wine side (e.g. during the event diff --git a/src/wine-host/editor.h b/src/wine-host/editor.h index daccf194..27ab08b0 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -85,8 +85,6 @@ class WindowClass { * issues, please let me know and I'll switch to using XEmbed again. * * This workaround was inspired by LinVst. - * - * TODO: Decouple this from VST2 */ class Editor { public: