diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-21 16:57:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | de2af791bdfdcd653752cba970e59efc7bf810c7 (patch) | |
| tree | 1aa5dbc35daee0babd0def347944a6bea4154deb /src/lib/decoder_part.h | |
| parent | 06152300e69e8faca44ff8d7f12a6fd354848b9a (diff) | |
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 2 |
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; |
