summaryrefslogtreecommitdiff
path: root/src/codecs/include/vorbis.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-02-29 12:18:17 +1100
committerjacqueline <me@jacqueline.id.au>2024-02-29 12:23:49 +1100
commite7e6c70fb31d33ae1e79f9841f5b6fe227f6ebf3 (patch)
tree985cdf90e95d62b1941388cb9c8db6a38e7bde4e /src/codecs/include/vorbis.hpp
parent7d3ddac0eaea207aee187729e3beec95d8d201dc (diff)
downloadtangara-fw-e7e6c70fb31d33ae1e79f9841f5b6fe227f6ebf3.tar.gz
Remove unused 'SeekTo' method on codecs
Diffstat (limited to 'src/codecs/include/vorbis.hpp')
-rw-r--r--src/codecs/include/vorbis.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codecs/include/vorbis.hpp b/src/codecs/include/vorbis.hpp
index 94868c1a..3cf0f9ce 100644
--- a/src/codecs/include/vorbis.hpp
+++ b/src/codecs/include/vorbis.hpp
@@ -32,8 +32,6 @@ class TremorVorbisDecoder : public ICodec {
auto DecodeTo(cpp::span<sample::Sample> destination)
-> cpp::result<OutputInfo, Error> override;
- auto SeekTo(std::size_t target_sample) -> cpp::result<void, Error> override;
-
TremorVorbisDecoder(const TremorVorbisDecoder&) = delete;
TremorVorbisDecoder& operator=(const TremorVorbisDecoder&) = delete;