13
0

Remove a declaration that won't be needed now

This commit is contained in:
John Emmas 2024-05-07 16:06:47 +01:00
parent a345d05f0f
commit dc74533fab

View File

@ -212,8 +212,7 @@ import_sndfile_as_region (Session* s, struct aafiAudioEssencePointer* aafAudioEs
*oneClipSources = sources;
/* Put the source on a region */
std::shared_ptr<Region> region;
string region_name;
string region_name;
/* take all the sources we have and package them up as a region */
region_name = region_name_from_path (status.paths.front (), (sources->size () > 1), false);