Shut-up another warning

This commit is contained in:
Clownacy 2020-04-03 02:08:19 +01:00
parent d68fb53710
commit 8266db3372

View file

@ -306,8 +306,6 @@ Backend_Glyph* Backend_LoadGlyph(const unsigned char *pixels, unsigned int width
return NULL; return NULL;
} }
unsigned char *destination_pointer = glyph->pixels;
for (unsigned int y = 0; y < height; ++y) for (unsigned int y = 0; y < height; ++y)
memcpy(&glyph->pixels[y * width], &pixels[y * pitch], width); memcpy(&glyph->pixels[y * width], &pixels[y * pitch], width);