forked from len0rd/rockbox
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
This commit is contained in:
parent
7ed7c840da
commit
ab5a38db92
3 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue