diff options
| author | Torbjörn Andersson | 2006-06-20 18:55:25 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2006-06-20 18:55:25 +0000 |
| commit | ecfedb1e81dc738620bdc42be15855559674a9ef (patch) | |
| tree | 57eddf927c69a3cb9d0d15720bd29ded15c2a5fa /sound/softsynth | |
| parent | 1569d5fadc511780cd24bd835fc8983a76a714ba (diff) | |
| download | scummvm-rg350-ecfedb1e81dc738620bdc42be15855559674a9ef.tar.gz scummvm-rg350-ecfedb1e81dc738620bdc42be15855559674a9ef.tar.bz2 scummvm-rg350-ecfedb1e81dc738620bdc42be15855559674a9ef.zip | |
Cleanup. It seems unnecessary to have a "break" right after an unconditional
return in a switch case.
svn-id: r23198
Diffstat (limited to 'sound/softsynth')
| -rw-r--r-- | sound/softsynth/ym2612.cpp | 1 |
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; |
