aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdraw/arith.c')
-rw-r--r--src/libdraw/arith.c2
1 files changed, 0 insertions, 2 deletions
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)
{