Remove unused stored extension in Decoder

As preparation for issue #1487
This commit is contained in:
Bart van Strien
2019-05-04 10:44:41 +02:00
parent 372a55c6ac
commit bf5e3820bd
17 changed files with 37 additions and 41 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ namespace lullaby
class FLACDecoder : public Decoder, public FLAC::Decoder::Stream
{
public:
FLACDecoder(Data *data, const std::string &ext, int bufferSize);
FLACDecoder(Data *data, int bufferSize);
~FLACDecoder();
static bool accepts(const std::string &ext);