Split audio; builds.
[dcpomatic.git] / src / lib / dcp_subtitle_content.h
index de9fa68ec6fa8b57dc545e1a716c10af5c00d50e..2117657965f77aec45fc03972980021ce12aedbf 100644 (file)
@@ -43,11 +43,6 @@ public:
                return false;
        }
 
-       double subtitle_video_frame_rate () const;
-       void set_subtitle_video_frame_rate (int r);
-
 private:
        ContentTime _length;
-       /** Video frame rate that this content has been prepared for, if known */
-       boost::optional<double> _frame_rate;
 };