mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Remove unused stored extension in Decoder
As preparation for issue #1487
This commit is contained in:
@@ -46,7 +46,7 @@ class WaveDecoder : public Decoder
|
||||
{
|
||||
public:
|
||||
|
||||
WaveDecoder(Data *data, const std::string &ext, int bufferSize);
|
||||
WaveDecoder(Data *data, int bufferSize);
|
||||
virtual ~WaveDecoder();
|
||||
|
||||
static bool accepts(const std::string &ext);
|
||||
|
||||
Reference in New Issue
Block a user