kill unused param warning in sixel_blitter()

pull/1379/head
nick black 3 years ago
parent b8281801d6
commit 796e2fe1eb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -921,6 +921,7 @@ sixel_blit(ncplane* nc, int placey, int placex, int linesize,
free(sixel);
}
}
(void)blendcolors; // FIXME
return total;
#undef GROWTHFACTOR
}

Loading…
Cancel
Save