13
0

Remove lying comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@8323 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2010-12-22 00:09:42 +00:00
parent 372880803f
commit 9e5550254c

View File

@ -70,7 +70,6 @@ RegionFactory::create (boost::shared_ptr<const Region> region, bool announce)
map_add (ret);
/* pure copy constructor - no property list */
/* pure copy constructor - no CheckNewRegion emitted */
if (announce) {
CheckNewRegion (ret);
}