aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/ym2612.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/ym2612.cpp')
-rw-r--r--sound/softsynth/ym2612.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/softsynth/ym2612.cpp b/sound/softsynth/ym2612.cpp
index 49f63abd63..40962c04c5 100644
--- a/sound/softsynth/ym2612.cpp
+++ b/sound/softsynth/ym2612.cpp
@@ -333,7 +333,6 @@ void Operator2612::nextTick(const int *phasebuf, int *outbuf, int buflen) {
switch (_state) {
case _s_ready:
return;
- break;
case _s_attacking:
next_state = _s_attacking;
break;