summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-20 23:24:43 +0000
committerDavid Robillard <d@drobilla.net>2010-12-20 23:24:43 +0000
commitfe79c4272531a426358f896053045f371da8baa7 (patch)
tree33e9103ad2ff15ce64ac6f9374f00f8f332a7db4 /libs/ardour/ardour/region.h
parentfb21bf14800d3e682073365d4836e49408ffe25e (diff)
Remove unused Region constructor.
git-svn-id: svn://localhost/ardour2/branches/3.0@8316 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h3
1 files changed, 0 insertions, 3 deletions
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 Region>, const SourceList&);
- /** Normal Region copy constructor */
- Region (boost::shared_ptr<const Region>);
-
/** Constructor for derived types only */
Region (Session& s, framepos_t start, framecnt_t length, const std::string& name, DataType);