NO-OP: whitespace

This commit is contained in:
Robin Gareus 2026-01-28 21:35:46 +01:00
parent 45e53ea809
commit f48a2bcdab
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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<bool> 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<VST3PluginInfo> info = std::dynamic_pointer_cast<VST3PluginInfo> (get_info ());
PBD::Searchpath psp = info->preset_search_path ();