diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/sound/mas3507d.h | 1 |
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; |