From 9e5550254c0f7f3681a0d182c53e5e9ee0adde08 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 22 Dec 2010 00:09:42 +0000 Subject: [PATCH] Remove lying comment. git-svn-id: svn://localhost/ardour2/branches/3.0@8323 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/region_factory.cc | 1 - 1 file changed, 1 deletion(-) 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 region, bool announce) map_add (ret); /* pure copy constructor - no property list */ - /* pure copy constructor - no CheckNewRegion emitted */ if (announce) { CheckNewRegion (ret); }