From 161060a46346fa0beeb48b55ed28b2cd330bc4e8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 11 Oct 2003 02:47:43 +0000 Subject: Lots of X fixes. --- src/libdraw/arith.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libdraw/arith.c') diff --git a/src/libdraw/arith.c b/src/libdraw/arith.c index 41b30620..1b19fc1c 100644 --- a/src/libdraw/arith.c +++ b/src/libdraw/arith.c @@ -167,8 +167,6 @@ drawld2chan[] = { CMAP8, }; -int log2[] = { -1, 0, 1, -1, 2, -1, -1, -1, 3, -1, -1, -1, -1, -1, -1, -1, 4, -1, -1, -1, -1, -1, -1, -1, 4 /* BUG */, -1, -1, -1, -1, -1, -1, -1, 5 }; - u32int setalpha(u32int color, uchar alpha) { -- cgit v1.2.3