Make ContentChange into a generic ChangeSignaller and use it for Film
[dcpomatic.git] / src / lib / decoder_part.cc
index f210bd7aeb0a48a9bbc44d1ebe6d0bea6a418d29..d8f988388a7bf5a7119ebafb25cde969d3d131bc 100644 (file)
@@ -30,9 +30,3 @@ DecoderPart::DecoderPart (Decoder* parent, shared_ptr<Log> log)
 {
 
 }
-
-void
-DecoderPart::maybe_seek (ContentTime time, bool accurate)
-{
-       _parent->maybe_seek (_position, time, accurate);
-}