diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-16 12:15:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-16 12:15:38 +0000 |
| commit | 797648ddcfe72bb428d8355672da3a1b6fac54fc (patch) | |
| tree | 2f0d7cf7f3aaee8b45b0dfa9e3363b082e57af31 /src/lib/video_content.h | |
| parent | 66d12a84fd513ad68692f7cb473472ad76aa495f (diff) | |
Move reel_split_points from VideoContent to Content.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 5 |
1 files changed, 0 insertions, 5 deletions
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<DCPTime> reel_split_points () const; - Frame video_length () const { boost::mutex::scoped_lock lm (_mutex); return _video_length; |
