Remove PassReason stuff.
[dcpomatic.git] / src / lib / subrip_decoder.h
index 264ca88996b2b93dafd4b1521f4c4f3a98f8f609..876f763d3a5ffe1c39f1952226250eccb95db4c6 100644 (file)
@@ -32,7 +32,7 @@ public:
 
 protected:
        void seek (ContentTime time, bool accurate);
-       bool pass (PassReason);
+       bool pass ();
 
 private:
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;