mirror of https://github.com/GNOME/gimp.git
file-cel: Drop dead assignment
This commit is contained in:
parent
aaffc10821
commit
58ba62a12d
|
@ -530,7 +530,7 @@ load_palette (FILE *fp,
|
|||
}
|
||||
else
|
||||
{
|
||||
colours = 16; bpp = 12;
|
||||
colours = 16;
|
||||
fseek (fp, 0, SEEK_SET);
|
||||
for (i= 0; i < colours; ++i)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue