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