From f48a2bcdab68838704c7ce233cbe74e1d1ec43db Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 28 Jan 2026 21:35:46 +0100 Subject: [PATCH] NO-OP: whitespace --- libs/ardour/vst3_plugin.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/vst3_plugin.cc b/libs/ardour/vst3_plugin.cc index 0137c43149..a5ee897d4f 100644 --- a/libs/ardour/vst3_plugin.cc +++ b/libs/ardour/vst3_plugin.cc @@ -867,7 +867,6 @@ VST3Plugin::load_preset (PresetRecord r) return false; } - if (tmp[0] == "VST3-P") { Glib::Threads::Mutex::Lock lx (_plug->process_lock ()); PBD::Unwinder uw (_plug->component_is_synced (), true); @@ -1029,7 +1028,6 @@ VST3Plugin::find_presets () // TODO check _plug->unit_data() // IUnitData: programDataSupported -> setUnitProgramData (IBStream) - std::shared_ptr info = std::dynamic_pointer_cast (get_info ()); PBD::Searchpath psp = info->preset_search_path ();