commit f39e214e99d9a0682af1f4d69c00db4bb298f8f5
parent 0594058104b559240e125a938ecb1b7333b50dc2
Author: Adam M <aemalone@gmail.com>
Date: Sat, 9 Feb 2019 14:23:16 -0600
Remove unused variable name cookies
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/ComputerscareILoveCookies.cpp b/src/ComputerscareILoveCookies.cpp
@@ -315,7 +315,6 @@ void ComputerscareILoveCookies::step() {
bool currentResetActive;
bool currentResetTriggered;
bool currentManualResetClicked;
- bool onLastStepAfterIncrement;
float knobRawValue = 0.f;
for(int i = 0; i < numFields; i++) {
activeStep = false;