From bfee63da82b9b78fc6925c4d573a012db7137eab Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 30 Dec 2023 00:08:44 +0100 Subject: [PATCH] Fixes a warning in the TVP3026 RAM DAC code. --- src/video/vid_tvp3026_ramdac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/vid_tvp3026_ramdac.c b/src/video/vid_tvp3026_ramdac.c index 2de3117b9..a28cc2aed 100644 --- a/src/video/vid_tvp3026_ramdac.c +++ b/src/video/vid_tvp3026_ramdac.c @@ -522,7 +522,6 @@ tvp3026_recalctimings(void *priv, svga_t *svga) uint32_t tvp3026_conv_16to32(svga_t* svga, uint16_t color, uint8_t bpp) { - tvp3026_ramdac_t *ramdac = (tvp3026_ramdac_t*)svga->ramdac; uint32_t ret = 0x00000000; if (svga->lut_map) {