From 3e4e28ff0a5f7c265bd57dc309eb0d9fc0b0c60d Mon Sep 17 00:00:00 2001 From: arbee Date: Thu, 25 Jun 2020 19:56:23 -0400 Subject: Fix Clang build (nw) --- src/devices/sound/ym2151.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/devices/sound/ym2151.h b/src/devices/sound/ym2151.h index d5e455f3fbd..51020ec12d2 100644 --- a/src/devices/sound/ym2151.h +++ b/src/devices/sound/ym2151.h @@ -248,8 +248,6 @@ private: */ int32_t dt1_freq[8*32]; /* 8 DT1 levels, 32 KC values */ - uint32_t noise_tab[32]; /* 17bit Noise Generator periods */ - // internal state sound_stream * m_stream; uint8_t m_lastreg; -- cgit v1.2.3