From d6a55442333120670142b0ca10a06400bc2ee47b Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 5 Mar 2015 12:57:04 -0500 Subject: [PATCH] lb302: remove unused MIN function. --- plugins/lb302/lb302.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/lb302/lb302.cpp b/plugins/lb302/lb302.cpp index 14ecb8fa1..5864b94c8 100644 --- a/plugins/lb302/lb302.cpp +++ b/plugins/lb302/lb302.cpp @@ -458,10 +458,6 @@ void lb302Synth::recalcFilter() vcf_envpos = ENVINC; // Trigger filter update in process() } -inline int MIN(int a, int b) { - return (aprocessingSampleRate(); // TODO: Use actual sampling rate. }