From 9c9c8de501ec4b47274c27708fe170f9b357ce0f Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 5 Jun 2019 11:37:53 -0400 Subject: Fix clang build [-Werror,-Wunused-private-field] (nw) --- src/devices/sound/mas3507d.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/sound/mas3507d.h b/src/devices/sound/mas3507d.h index 44979ecc612..2c894acddfb 100644 --- a/src/devices/sound/mas3507d.h +++ b/src/devices/sound/mas3507d.h @@ -42,7 +42,6 @@ private: uint8_t i2c_bus_curval; int mp3_count, sample_count, current_rate; u32 total_frame_count; - bool playback_enabled, playback_waiting; mp3dec_t mp3_dec; mp3dec_frame_info_t mp3_info; -- cgit v1.2.3