Remove old TODOs

This commit is contained in:
Robbert van der Helm
2022-06-08 14:57:16 +02:00
parent 818eeb2137
commit 637176541d
2 changed files with 0 additions and 8 deletions
-5
View File
@@ -454,11 +454,6 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
// screenshots and documentation
// TODO: Also symlink presets, but this is a bit more involved. See
// https://developer.steinberg.help/display/VST/Preset+Locations
// TODO: Also handle `moduleinfo.json` files. That would require translating the
// UIDs from the COM-format to the non-COM format. Yabridge currently does
// not suport this because supporting the accompanying
// `IPluginCompatibility` would require having to add a JSON parser to
// yabridge just for that.
if let Some(original_resources_dir) = module.original_resources_dir() {
let target_resources_dir = module.target_resources_dir();