Shut-up another warning
This commit is contained in:
parent
d68fb53710
commit
8266db3372
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue