summaryrefslogtreecommitdiff
path: root/src/lib/decoder_part.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder_part.cc')
-rw-r--r--src/lib/decoder_part.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/decoder_part.cc b/src/lib/decoder_part.cc
index 6d53e4a77..d8f988388 100644
--- a/src/lib/decoder_part.cc
+++ b/src/lib/decoder_part.cc
@@ -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);
-}