diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-11 10:17:43 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-11 10:17:43 +0000 |
commit | e4eb2c51e3f6c6dc3f1307c577af361aa8837f5d (patch) | |
tree | 0979c0b259f162babf9d883980b1080898f06da1 /firmware | |
parent | 846e8e91f24194dad67bb95c6155601a3758a58c (diff) |
removed dead code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4735 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/mp3_playback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c index 5df0560bdd..239f987c56 100644 --- a/firmware/mp3_playback.c +++ b/firmware/mp3_playback.c @@ -896,7 +896,6 @@ void mpeg_set_pitch(int pitch) /* We must tell the MAS that the frequency has changed. This will unfortunately cause a short silence. */ - val = shadow_7f1; mas_writemem(MAS_BANK_D0,0x7f1,&shadow_7f1,1); } #endif |