From fe79c4272531a426358f896053045f371da8baa7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Dec 2010 23:24:43 +0000 Subject: Remove unused Region constructor. git-svn-id: svn://localhost/ardour2/branches/3.0@8316 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/region.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/ardour/region.h') diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index 6bb1b209b8..63ac879eeb 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -312,9 +312,6 @@ class Region /** Construct a region as a copy of another region, but with different sources */ Region (boost::shared_ptr, const SourceList&); - /** Normal Region copy constructor */ - Region (boost::shared_ptr); - /** Constructor for derived types only */ Region (Session& s, framepos_t start, framecnt_t length, const std::string& name, DataType); -- cgit v1.2.3