X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=0e58bd1b17b88406303819a9cdeae5e0089210d9;hp=6896551314eaaf9c2a96ae7d5b28af2e1781d044;hb=797648ddcfe72bb428d8355672da3a1b6fac54fc;hpb=66d12a84fd513ad68692f7cb473472ad76aa495f diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 689655131..0e58bd1b1 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -55,11 +55,6 @@ public: virtual void set_default_colour_conversion (); - /** @return points at which to split this content when - * REELTYPE_BY_VIDEO_CONTENT is in use. - */ - virtual std::list reel_split_points () const; - Frame video_length () const { boost::mutex::scoped_lock lm (_mutex); return _video_length;