Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / src / lib / image_content.h
index 353ce8370eb451050ab554210056d32c8b715e65..dcdb7b526660d53b7b23bf411874637be737100e 100644 (file)
@@ -42,10 +42,7 @@ public:
 
        void set_default_colour_conversion ();
 
-       void set_video_length (Frame);
        bool still () const;
-
-       boost::shared_ptr<VideoContent> video;
 };
 
 #endif