summaryrefslogtreecommitdiff
path: root/src/codecs/include/dr_flac.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/include/dr_flac.hpp')
-rw-r--r--src/codecs/include/dr_flac.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codecs/include/dr_flac.hpp b/src/codecs/include/dr_flac.hpp
index 8dcfdaf5..547876f4 100644
--- a/src/codecs/include/dr_flac.hpp
+++ b/src/codecs/include/dr_flac.hpp
@@ -33,8 +33,6 @@ class DrFlacDecoder : 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;
-
DrFlacDecoder(const DrFlacDecoder&) = delete;
DrFlacDecoder& operator=(const DrFlacDecoder&) = delete;