Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 17, 2023
1 parent fd31051 commit 32eec53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libImaging/Palette.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ImagingPaletteNew(const char *mode) {
strncpy(palette->mode, mode, IMAGING_MODE_LENGTH - 1);
palette->mode[IMAGING_MODE_LENGTH - 1] = 0;

/* Initialize to ramp */
palette->size = 0;
for (i = 0; i < 256; i++) {
palette->palette[i * 4 + 3] = 255; /* opaque */
Expand Down

0 comments on commit 32eec53

Please sign in to comment.