ref: 8266db337268af8465bbfde57f625de8b3d2278a
parent: d68fb53710ecb534d1a9a43325ffc99e08371fd3
author: Clownacy <[email protected]>
date: Thu Apr 2 22:08:19 EDT 2020
Shut-up another warning
--- a/src/Backends/Rendering/Software.cpp
+++ b/src/Backends/Rendering/Software.cpp
@@ -306,8 +306,6 @@
return NULL;
}
- unsigned char *destination_pointer = glyph->pixels;
-
for (unsigned int y = 0; y < height; ++y)
memcpy(&glyph->pixels[y * width], &pixels[y * pitch], width);