summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_subtitle_content.h')
-rw-r--r--src/lib/dcp_subtitle_content.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h
index de9fa68ec..211765796 100644
--- a/src/lib/dcp_subtitle_content.h
+++ b/src/lib/dcp_subtitle_content.h
@@ -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;
};