Fix DCP name in editor; fix use of DCP entry points.
[dcpomatic.git] / src / lib / subrip_content.h
index 91de08350e0c97f3c9c455c41d793efdf7c64780..5688f81d5fe44639450e3d8d8a57d4acb9f4a9b3 100644 (file)
@@ -37,8 +37,6 @@ public:
        DCPTime full_length () const;
        std::string identifier () const;
 
-       bool has_subtitle_during (ContentTimePeriod) const;
-
 private:
        DCPTime _length;
 };