X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=1c85ca09088b5547f386ca1c7bb5c874ab564225;hb=59404039618db5d70a2f8fc0cb8c49ae4f8ce527;hp=697a0ecc3415b200a745800c76a89e062d98d36c;hpb=adf17c5e1992186c7f8d63d9cffd087311164ffa;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 697a0ecc3..1c85ca090 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -42,7 +42,6 @@ public: VideoContent (boost::shared_ptr, Time, VideoContent::Frame); VideoContent (boost::shared_ptr, boost::filesystem::path); VideoContent (boost::shared_ptr, boost::shared_ptr); - VideoContent (VideoContent const &); void as_xml (xmlpp::Node *) const; virtual std::string information () const; @@ -63,7 +62,6 @@ public: return _video_frame_rate; } - void set_crop (Crop); void set_left_crop (int); void set_right_crop (int); void set_top_crop (int);