diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-10-18 13:43:13 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-10-18 13:43:13 +0000 |
| commit | ab5a38db9205ce495249234c968cef31764f70d4 (patch) | |
| tree | 10c34d889584cab32845ca1aeeefd44e2c8c5780 /apps/plugins/midi/sequencer.c | |
| parent | 7ed7c840da8f613d6b544e31c8c823e1a99a2557 (diff) | |
| download | rockbox-ab5a38db9205ce495249234c968cef31764f70d4.zip rockbox-ab5a38db9205ce495249234c968cef31764f70d4.tar.gz rockbox-ab5a38db9205ce495249234c968cef31764f70d4.tar.bz2 rockbox-ab5a38db9205ce495249234c968cef31764f70d4.tar.xz | |
Clean out an unused struct member from the synthObject struct
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15189 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/midi/sequencer.c')
| -rw-r--r-- | apps/plugins/midi/sequencer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/midi/sequencer.c b/apps/plugins/midi/sequencer.c index e20047a..536d411 100644 --- a/apps/plugins/midi/sequencer.c +++ b/apps/plugins/midi/sequencer.c @@ -222,7 +222,6 @@ inline void pressNote(int ch, int note, int vol) setVolScale(a); voices[a].loopState=STATE_NONLOOPING; - voices[a].loopDir = LOOPDIR_FORWARD; /* * OKAY. Gt = Gus Table value * rf = Root Frequency of wave |