Skip to content

Commit

Permalink
Add missing Q_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 4, 2023
1 parent 8356438 commit 9e411ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/effects/backends/builtin/glitcheffect.cpp
Expand Up @@ -74,6 +74,8 @@ void GlitchEffect::processChannel(
const mixxx::EngineParameters& engineParameters,
const EffectEnableState enableState,
const GroupFeatureState& groupFeatures) {
Q_UNUSED(enableState);

// The minimum of the parameter is zero so the exact center of the knob is 1 beat.
double period = m_pDelayParameter->value();

Expand Down

0 comments on commit 9e411ff

Please sign in to comment.