diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-09 19:58:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 19f94521139aac13ef8fb4eaa55855b2ada307b4 (patch) | |
| tree | 6e4b457c1fa46c674433fb1a5d2a9cd0f07c5a11 /src/lib/subtitle_content.h | |
| parent | 0a2d40420813403a96352c6dc895d23fcd9994c0 (diff) | |
Move video frame rate ('prepared-for') into Content.
Diffstat (limited to 'src/lib/subtitle_content.h')
| -rw-r--r-- | src/lib/subtitle_content.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/subtitle_content.h b/src/lib/subtitle_content.h index cb61ad9a8..09cc92709 100644 --- a/src/lib/subtitle_content.h +++ b/src/lib/subtitle_content.h @@ -38,7 +38,6 @@ public: static int const BURN; static int const LANGUAGE; static int const FONTS; - static int const VIDEO_FRAME_RATE; static int const COLOUR; static int const OUTLINE; static int const OUTLINE_COLOUR; @@ -130,9 +129,6 @@ public: return _outline_colour; } - double video_frame_rate () const; - void set_video_frame_rate (double r); - protected: /** subtitle language (e.g. "German") or empty if it is not known */ std::string _language; @@ -161,8 +157,6 @@ private: bool _outline; dcp::Colour _outline_colour; std::list<boost::signals2::connection> _font_connections; - /** Video frame rate that this content has been prepared for, if known */ - boost::optional<double> _frame_rate; }; #endif |
