mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 16:33:14 +01:00
NO-OP: whitespace
This commit is contained in:
parent
45e53ea809
commit
f48a2bcdab
1 changed files with 0 additions and 2 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue