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