From 847213585928446e2906f7eb935c32e3e205c031 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Jan 2020 19:20:52 +0100 Subject: [PATCH] decoder/ogg: remove unimplemented Seek() declaration --- src/decoder/plugins/OggDecoder.hxx | 2 -- 1 file changed, 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