summaryrefslogtreecommitdiff
path: root/libs/ardour/region_factory.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-22 00:09:42 +0000
committerDavid Robillard <d@drobilla.net>2010-12-22 00:09:42 +0000
commit9e5550254c0f7f3681a0d182c53e5e9ee0adde08 (patch)
tree0ebd3e76f230cdd87412053b4f888a7c87260cec /libs/ardour/region_factory.cc
parent372880803f55864afa1b786e93f84878ac9ea1f3 (diff)
Remove lying comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@8323 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region_factory.cc')
-rw-r--r--libs/ardour/region_factory.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/region_factory.cc b/libs/ardour/region_factory.cc
index 9bf04d50dc..96a88a6e09 100644
--- a/libs/ardour/region_factory.cc
+++ b/libs/ardour/region_factory.cc
@@ -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);
}