diff options
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 (); |
