summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist_factory.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-12-21 20:13:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-12-21 20:13:37 +0000
commit9946e615cac53998de4a48c5f1fe061efa6edf1e (patch)
tree5359342686169508254fa64484278c81d81b5760 /libs/ardour/playlist_factory.cc
parent88acb20c73c1818705d49add9d330f4df683999c (diff)
fix crashing bug on cut operation; panner noodling
git-svn-id: svn://localhost/ardour2/trunk@1243 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/playlist_factory.cc')
-rw-r--r--libs/ardour/playlist_factory.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/playlist_factory.cc b/libs/ardour/playlist_factory.cc
index f5f19d5b5b..636b09213d 100644
--- a/libs/ardour/playlist_factory.cc
+++ b/libs/ardour/playlist_factory.cc
@@ -89,7 +89,6 @@ PlaylistFactory::create (boost::shared_ptr<const Playlist> old, nframes_t start,
pl->set_region_ownership ();
}
-
/* this factory method does NOT notify others */
return pl;