Fiddle with some subtitle methods.
[dcpomatic.git] / src / lib / dcp_subtitle_content.h
index 2117657965f77aec45fc03972980021ce12aedbf..f454da9075d26f9bf01de098e6806971f8e50cc7 100644 (file)
@@ -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;
 };