X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_subtitle_content.h;h=61dac4830c2547583a0c9edfedfbd8c1c337e4a7;hb=65b331d32c383f3a9049f29bf03ab3fe3193b31a;hp=76440ba9b2b5d959ebc1c648d8a750133f86fc7e;hpb=6dd3777a0074f6f97c7f7286621006a1c14376e8;p=dcpomatic.git 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 _frame_rate; };