Fixed crash in ImageData:paste

This commit is contained in:
Alex Szpakowski
2013-03-12 17:16:39 -03:00
parent 94f140454f
commit e869b71c43
-5
View File
@@ -57,11 +57,6 @@ public:
// Implements ImageData.
void encode(love::filesystem::File *f, Format format);
// We need to be thread-safe
// so we lock when we're accessing our
// data
Mutex *mutex;
}; // ImageData
} // devil