1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-20 14:04:16 +01:00

Remove dead code from wrlib

This commit is contained in:
Tamas TEVESZ
2010-03-25 03:32:52 +01:00
committed by Carlos R. Mafra
parent 7d905787d2
commit 28cbda550a
6 changed files with 1 additions and 330 deletions

View File

@@ -588,17 +588,8 @@ static RXImage *image2PseudoColor(RContext * ctx, RImage * image)
memset(nerr, 0, 4 * (image->width + 3));
/*#ifdef ASM_X86 */
#if 0
x86_PseudoColor_32_to_8(image->data, ximg->image->data,
err + 4, nerr + 4,
rtable,
dr, dg, db, ctx->pixels, cpc,
image->width, image->height,
channels, ximg->image->bytes_per_line - image->width);
#else
convertPseudoColor_to_8(ximg, image, err + 4, nerr + 4,
rtable, gtable, btable, dr, dg, db, ctx->pixels, cpc);
#endif
free(err);
free(nerr);