Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xconverge committed Dec 31, 2024
1 parent bbda08d commit 339705b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Software/GuitarPedal/Effect-Modules/reverb_delay_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ class ReverbDelayModule : public BaseEffectModule {

// Oscillator for blinking tempo LED
mutable Oscillator led_osc;
float m_oscVal;
};
} // namespace bkshepherd
#endif
Expand Down

0 comments on commit 339705b

Please sign in to comment.