From d3aacd7b6a3bd2d16ea61408996a518f326b9286 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 Dec 2014 01:12:17 +0100 Subject: Remove some unused tables in source/data.c --- source/gfx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/gfx.h') 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... -- cgit v1.2.3