Hacks.
[dcpomatic.git] / src / lib / silence_decoder.h
index a8a335d39fd78d8b8d37c25f81ef72d815b14218..10c18c69f5ebc48d87912507287f7b23a54f5e86 100644 (file)
@@ -29,9 +29,8 @@ public:
        SilenceDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<NullContent>);
 
        void pass ();
-       void seek (Time);
-       void seek_back ();
-       void seek_forward ();
-       Time position () const;
        bool done () const;
+
+private:
+       boost::shared_ptr<NullContent> _null_content;
 };