summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-15 01:23:55 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-15 01:23:55 +0000
commitb936f971e8248488cee3f710e98d4d6b2a8f42f7 (patch)
tree6c5eafc9538bc11949cfa0c77eadab3c0a45119e /libs/ardour/ardour/region_factory.h
parent4d22a4345a586f33223d05176211203f51e00b63 (diff)
Remove unused method.
git-svn-id: svn://localhost/ardour2/branches/3.0@12284 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region_factory.h')
-rw-r--r--libs/ardour/ardour/region_factory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/region_factory.h b/libs/ardour/ardour/region_factory.h
index 337821e0ea..d9059fc19e 100644
--- a/libs/ardour/ardour/region_factory.h
+++ b/libs/ardour/ardour/region_factory.h
@@ -84,7 +84,6 @@ public:
static void remove_regions_using_source (boost::shared_ptr<Source>);
static void map_remove (boost::weak_ptr<Region>);
- static void map_remove_with_equivalents (boost::shared_ptr<Region>);
static void delete_all_regions ();
static const RegionMap& regions() { return region_map; }
static uint32_t nregions ();