From ab5a38db9205ce495249234c968cef31764f70d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Thu, 18 Oct 2007 13:43:13 +0000 Subject: 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 --- apps/plugins/midi/sequencer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins/midi/sequencer.c') 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 -- cgit v1.1