diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
| commit | bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c (patch) | |
| tree | 1038f16144cfe58995e31650925f066b67fda677 /src/lib/playlist.cc | |
| parent | e16c8ed02a0cb1f733a990d75a9de1bf50cf89bd (diff) | |
More noncopyable.
Diffstat (limited to 'src/lib/playlist.cc')
| -rw-r--r-- | src/lib/playlist.cc | 8 |
1 files changed, 0 insertions, 8 deletions
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<const Playlist> 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 (); |
