This test wasn't support to be there at first.

This commit is contained in:
Godzil
2020-02-17 23:29:50 +00:00
parent 5e295c06b2
commit 88fcd48481

View File

@@ -48,10 +48,5 @@ bool Canvas::SaveAsPNG(const char *filename)
{
uint32_t ret = lodepng_encode24_file(filename, this->bitmap, this->width, this->height);
if (ret > 0)
{
printf("lodepng_encode_file returned %d!\n", ret);
}
return ret == 0;
}