mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
region: Drop superfluous setting of _type in Region constructor
This commit is contained in:
parent
ea242254d3
commit
213812c31c
1 changed files with 0 additions and 2 deletions
|
|
@ -321,8 +321,6 @@ Region::Region (const SourceList& srcs)
|
|||
{
|
||||
register_properties ();
|
||||
|
||||
_type = srcs.front()->type();
|
||||
|
||||
use_sources (srcs);
|
||||
|
||||
assert(_sources.size() > 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue