summaryrefslogtreecommitdiff
path: root/src/lib/blend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/blend.h')
-rw-r--r--src/lib/blend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/blend.h b/src/lib/blend.h
index d589833..ecc57fa 100644
--- a/src/lib/blend.h
+++ b/src/lib/blend.h
@@ -315,7 +315,6 @@ nc = (tmp | (-(tmp >> 8))) & (~(tmp >> 9));
tmp = (cc) + (((c) - 127) << 1); \
nc = (tmp | (-(tmp >> 8))) & (~(tmp >> 9));
-extern int pow_lut_initialized;
extern DATA8 pow_lut[256][256];
#define BLEND_DST_ALPHA(r1, g1, b1, a1, dest) \