Remove some unused code.
[dcpomatic.git] / src / lib / playlist.h
index f8f51ac2da826e2857faeb2746a945378f4bda21..fe19c93c97dc6848e05362db4c34dfdd7659f20a 100644 (file)
@@ -55,9 +55,6 @@ public:
        void move_later (boost::shared_ptr<Content>);
 
        ContentList content () const;
-       bool video_content_at (DCPTime time) const;
-       bool audio_content_at (DCPTime time) const;
-       boost::shared_ptr<Content> next_audio_content (DCPTime time) const;
 
        std::string video_identifier () const;