From 797648ddcfe72bb428d8355672da3a1b6fac54fc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Feb 2016 12:15:38 +0000 Subject: Move reel_split_points from VideoContent to Content. --- src/lib/video_content.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/video_content.h') 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; -- cgit v1.2.3