Remove PassReason stuff.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 3a05325c744ec195ed0b3320193840804b4e4dc1..5d9b76497411bc3f6a482c99f7be25964bbc8a54 100644 (file)
@@ -38,7 +38,7 @@ public:
        DCPDecoder (boost::shared_ptr<const DCPContent>);
 
 private:
-       bool pass (PassReason);
+       bool pass ();
        void seek (ContentTime t, bool accurate);
        
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;