mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Remove unused stored extension in Decoder
As preparation for issue #1487
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user