Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / decoder_part.h
index f2ab96d1573d7a758f93436ddfcb0f8d8b9a0e77..36594773a0dfa829d296de282268649ecddf81f6 100644 (file)
@@ -43,8 +43,6 @@ public:
 
        virtual boost::optional<ContentTime> position () const = 0;
 
-       void maybe_seek (ContentTime time, bool accurate);
-
 protected:
        Decoder* _parent;
        boost::shared_ptr<Log> _log;