Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / decoder_part.cc
index 6d53e4a77c78030ba7d985fadfd192da4c16fade..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);
-}