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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h
index 211765796..f454da907 100644
--- a/src/lib/dcp_subtitle_content.h
+++ b/src/lib/dcp_subtitle_content.h
@@ -26,23 +26,12 @@ public:
DCPSubtitleContent (boost::shared_ptr<const Film>, boost::filesystem::path);
DCPSubtitleContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int);
- /* Content */
void examine (boost::shared_ptr<Job>);
std::string summary () const;
std::string technical_summary () const;
void as_xml (xmlpp::Node *) const;
DCPTime full_length () const;
- /* SubtitleContent */
-
- bool has_text_subtitles () const {
- return true;
- }
-
- bool has_image_subtitles () const {
- return false;
- }
-
private:
ContentTime _length;
};