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