decoder/ogg: remove unimplemented Seek() declaration

This commit is contained in:
Max Kellermann 2020-01-31 19:20:52 +01:00
parent 1e07d15428
commit 8472135859

View File

@ -36,8 +36,6 @@ public:
client(reader.GetClient()), client(reader.GetClient()),
input_stream(reader.GetInputStream()) {} input_stream(reader.GetInputStream()) {}
bool Seek(OggSyncState &oy, uint64_t where_frame);
private: private:
/** /**
* Load the end-of-stream packet and restore the previous file * Load the end-of-stream packet and restore the previous file