summaryrefslogtreecommitdiff
path: root/src/lib/text_subtitle_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-14 01:01:28 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-18 11:50:29 +0100
commit65b331d32c383f3a9049f29bf03ab3fe3193b31a (patch)
tree3b27e0ca60742021094cee889a1c8d1ef4d75f8c /src/lib/text_subtitle_content.h
parent6dd3777a0074f6f97c7f7286621006a1c14376e8 (diff)
Split audio; builds.
Diffstat (limited to 'src/lib/text_subtitle_content.h')
-rw-r--r--src/lib/text_subtitle_content.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/text_subtitle_content.h b/src/lib/text_subtitle_content.h
index 76440ba9b..61dac4830 100644
--- a/src/lib/text_subtitle_content.h
+++ b/src/lib/text_subtitle_content.h
@@ -40,13 +40,8 @@ public:
void as_xml (xmlpp::Node *) const;
DCPTime full_length () const;
- double subtitle_video_frame_rate () const;
- void set_subtitle_video_frame_rate (double r);
-
static std::string const font_id;
private:
ContentTime _length;
- /** Video frame rate that this content has been prepared for, if known */
- boost::optional<double> _frame_rate;
};