Remove join function; the code is long and I don't think anybody
[dcpomatic.git] / src / lib / ffmpeg_content.h
index 64f6f9ff8632a275cf05f2233b2faf344a2aadf6..21f5d4680f06be421d6d413488045933c70ab1ff 100644 (file)
@@ -48,7 +48,6 @@ class FFmpegContent : public Content
 public:
        FFmpegContent (boost::shared_ptr<const Film>, boost::filesystem::path);
        FFmpegContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int version, std::list<std::string> &);
-       FFmpegContent (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >);
 
        boost::shared_ptr<FFmpegContent> shared_from_this () {
                return boost::dynamic_pointer_cast<FFmpegContent> (Content::shared_from_this ());