aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.h
diff options
context:
space:
mode:
authortwinaphex2014-12-15 01:12:17 +0100
committertwinaphex2014-12-15 01:12:17 +0100
commitd3aacd7b6a3bd2d16ea61408996a518f326b9286 (patch)
treef564c0616d3fc7087773eb0ba10e6265b8e12647 /source/gfx.h
parent6b8c7d2376bb04578dec209eeafc037c33a32d45 (diff)
downloadsnesemu-d3aacd7b6a3bd2d16ea61408996a518f326b9286.tar.gz
snesemu-d3aacd7b6a3bd2d16ea61408996a518f326b9286.tar.bz2
snesemu-d3aacd7b6a3bd2d16ea61408996a518f326b9286.zip
Remove some unused tables in source/data.c
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...