aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/gfx.h')
-rw-r--r--source/gfx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gfx.h b/source/gfx.h
index c13620a..3169ced 100644
--- a/source/gfx.h
+++ b/source/gfx.h
@@ -225,10 +225,6 @@ extern uint32_t even_low [4][16];
extern SBG BG;
extern uint16_t DirectColourMaps [8][256];
-extern uint8_t add32_32 [32][32];
-extern uint8_t add32_32_half [32][32];
-extern uint8_t sub32_32 [32][32];
-extern uint8_t sub32_32_half [32][32];
extern uint8_t mul_brightness [16][32];
// Could use BSWAP instruction on Intel port...