summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-05 11:37:53 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-05 11:37:53 -0400
commit9c9c8de501ec4b47274c27708fe170f9b357ce0f (patch)
tree6cb11d084960aa0701e57ffb8b8d1fb819158ff1 /src
parent1b0a28054339a2e0af0d7c1b1777a392674349d7 (diff)
Fix clang build [-Werror,-Wunused-private-field] (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/sound/mas3507d.h1
1 files changed, 0 insertions, 1 deletions
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;