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/sndfile_content.cc | |
| parent | e16c8ed02a0cb1f733a990d75a9de1bf50cf89bd (diff) | |
More noncopyable.
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index beee7cd9d..2dd7d8f67 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -85,12 +85,6 @@ SndfileContent::valid_file (boost::filesystem::path f) return (ext == ".wav" || ext == ".aif" || ext == ".aiff"); } -shared_ptr<Content> -SndfileContent::clone () const -{ - return shared_ptr<Content> (new SndfileContent (*this)); -} - void SndfileContent::examine (shared_ptr<Job> job) { |
