You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up unused variables causing compiler warnings
FIXED COMPILER WARNINGS:
- PluginProcessor.cpp:429 - Removed unused samplesPerStep variable
- PluginProcessor.cpp:424 - Removed unused stepFraction variable
- PluginProcessor.cpp:1124/1125 - Inlined onsets/steps variables used only in DBG
- PluginEditor.cpp:357 - Removed unused titleArea variable
- PluginEditor.cpp:514 - Removed unused testStepCounter variable
- PluginEditor.cpp:635 - Removed unused endAngle variable
OPTIMIZATION:
- Variables that were calculated but never used have been eliminated
- DBG-only variables inlined to remove production overhead
- Cleaner code with no compiler warnings
All functionality preserved while improving code quality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments