X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=8e2081e3a21a0a7c7ba4dae3928da64b6c6dff1a;hb=cb5164d75c51275f185425e23a2622d354086f12;hp=f672e37b59b55d789fb674981c8032db691ff0a5;hpb=fa369ef1db0e9f68fdc0145f86ce15446a750af5;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index f672e37b5..8e2081e3a 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -44,7 +44,6 @@ class VideoContent : public virtual Content { public: VideoContent (boost::shared_ptr); - VideoContent (boost::shared_ptr, DCPTime, Frame); VideoContent (boost::shared_ptr, boost::filesystem::path); VideoContent (boost::shared_ptr, cxml::ConstNodePtr, int); VideoContent (boost::shared_ptr, std::vector >);