From 3d774a0e75df5b0f256c4480344f989186c4eddf Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 25 Jan 2013 19:11:45 +0800 Subject: mark polyphony parameter as unused --- src/mdaPianoVoice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mdaPianoVoice.h') diff --git a/src/mdaPianoVoice.h b/src/mdaPianoVoice.h index 6f43d7a..efc2344 100644 --- a/src/mdaPianoVoice.h +++ b/src/mdaPianoVoice.h @@ -25,7 +25,7 @@ class mdaPianoVoice : public LV2::Voice { float cdep, width, trim; float fine, random, stretch; float volume, muff, muffvel, sizevel, velsens; - uint32_t cpos, size, poly; + uint32_t cpos, size; // voice state uint32_t delta; // sample playback -- cgit v1.2.3