From 82399b4dd6c032f2c5c458c0606218ffac7e6c0e Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 21 Sep 2025 12:14:13 +0200 Subject: [PATCH] YMF-71x: Fix two warnings. --- src/sound/snd_ymf71x.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sound/snd_ymf71x.c b/src/sound/snd_ymf71x.c index 480d3c2d0..9641f71d7 100644 --- a/src/sound/snd_ymf71x.c +++ b/src/sound/snd_ymf71x.c @@ -88,9 +88,6 @@ static const double ymf71x_bass_treble_3bits[] = { }; -static int ymf71x_wss_dma[4] = { 0, 0, 1, 3 }; -static int ymf71x_wss_irq[8] = { 0, 7, 9, 10, 11, 0, 0, 0 }; - typedef struct ymf71x_t { uint8_t type;