From bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jul 2013 22:20:39 +0100 Subject: More noncopyable. --- src/lib/playlist.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/playlist.cc') diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index 5aa913bc7..8c4a7f7d7 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -55,14 +55,6 @@ Playlist::Playlist () } -Playlist::Playlist (shared_ptr other) - : _loop (other->_loop) -{ - for (ContentList::const_iterator i = other->_content.begin(); i != other->_content.end(); ++i) { - _content.push_back ((*i)->clone ()); - } -} - Playlist::~Playlist () { _content.clear (); -- cgit v1.2.3