* src/raster/ftraster.c (black_TWorker_): Remove `gTarget' field.

This is no longer used.
This commit is contained in:
Werner Lemberg 2018-05-31 10:49:05 +02:00
parent 250b0c624a
commit 125b84800a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-05-31 Werner Lemberg <wl@gnu.org>
* src/raster/ftraster.c (black_TWorker_): Remove `gTarget' field.
This is no longer used.
2018-05-31 Werner Lemberg <wl@gnu.org>
[sfnt] Get colors from `CPAL' table in right order (#54015).

View File

@ -494,7 +494,6 @@
UShort bWidth; /* target bitmap width */
PByte bTarget; /* target bitmap buffer */
PByte gTarget; /* target pixmap buffer */
Long lastX, lastY;
Long minY, maxY;