mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Remove unused stored extension in Decoder
As preparation for issue #1487
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
static love::Type type;
|
||||
|
||||
Decoder(Data *data, const std::string &ext, int bufferSize);
|
||||
Decoder(Data *data, int bufferSize);
|
||||
virtual ~Decoder();
|
||||
|
||||
/**
|
||||
@@ -149,9 +149,6 @@ protected:
|
||||
// reads in the future.
|
||||
StrongRef<Data> data;
|
||||
|
||||
// File extension.
|
||||
std::string ext;
|
||||
|
||||
// When the decoder decodes data incrementally, it writes
|
||||
// this many bytes at a time (at most).
|
||||
int bufferSize;
|
||||
|
||||
Reference in New Issue
Block a user