diff --git a/include/libnyquist/AudioDecoder.h b/include/libnyquist/AudioDecoder.h index 10fc4de..2b54de0 100644 --- a/include/libnyquist/AudioDecoder.h +++ b/include/libnyquist/AudioDecoder.h @@ -57,16 +57,6 @@ struct BaseDecoder virtual std::vector GetSupportedFileExtensions() = 0; }; -struct StreamBuffer -{ - -}; - -struct StreamingDecoder -{ - -}; - typedef std::pair> DecoderPair; class NyquistIO @@ -89,8 +79,7 @@ private: void BuildDecoderTable(); - template - void AddDecoderToTable(std::shared_ptr decoder) + void AddDecoderToTable(std::shared_ptr decoder) { auto supportedExtensions = decoder->GetSupportedFileExtensions();