Remove a declaration that won't be needed now
This commit is contained in:
parent
a345d05f0f
commit
dc74533fab
@ -212,8 +212,7 @@ import_sndfile_as_region (Session* s, struct aafiAudioEssencePointer* aafAudioEs
|
|||||||
*oneClipSources = sources;
|
*oneClipSources = sources;
|
||||||
|
|
||||||
/* Put the source on a region */
|
/* 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 */
|
/* 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);
|
region_name = region_name_from_path (status.paths.front (), (sources->size () > 1), false);
|
||||||
|
Loading…
Reference in New Issue
Block a user