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. }