diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-31 19:20:52 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-31 19:20:52 +0100 |
commit | 847213585928446e2906f7eb935c32e3e205c031 (patch) | |
tree | 37df81b778cde50445c028824c35cb4262e707b2 /src/decoder/plugins/OggDecoder.hxx | |
parent | 1e07d1542856d63f026448eb37e1276576d8381b (diff) |
decoder/ogg: remove unimplemented Seek() declaration
Diffstat (limited to 'src/decoder/plugins/OggDecoder.hxx')
-rw-r--r-- | src/decoder/plugins/OggDecoder.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/plugins/OggDecoder.hxx b/src/decoder/plugins/OggDecoder.hxx index b3f429c8b..33bf8d352 100644 --- a/src/decoder/plugins/OggDecoder.hxx +++ b/src/decoder/plugins/OggDecoder.hxx @@ -36,8 +36,6 @@ public: client(reader.GetClient()), input_stream(reader.GetInputStream()) {} - bool Seek(OggSyncState &oy, uint64_t where_frame); - private: /** * Load the end-of-stream packet and restore the previous file |