More noncopyable.
[dcpomatic.git] / src / lib / sndfile_content.cc
index beee7cd9d0aa33c37dfa31d789b4ef076d3eacfa..2dd7d8f67648b5b97a067cb9ea17484aa64d3614 100644 (file)
@@ -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)
 {