mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Removed comment
This commit is contained in:
parent
fd310512b9
commit
32eec53c43
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user