commit 762fb0b6fe3ce5a2f5e1ab6d35541f3fa2f4b787
parent 62494d6d1c8e5b1d0feb65f73a6376d002eecdb8
Author: Adam M <aemalone@gmail.com>
Date: Wed, 20 Oct 2021 16:01:54 -0500
remove unused
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/ComputerscareGolyPenerator.cpp b/src/ComputerscareGolyPenerator.cpp
@@ -215,8 +215,6 @@ struct ComputerscareGolyPeneratorWidget : ModuleWidget {
display->box.size = Vec(box.size.x, 400);
addChild(display);
- float xx;
- float yy;
addLabeledKnob<ScrambleSnapKnob>("Algo", 4, 324, module, ComputerscareGolyPenerator::ALGORITHM, 0, 0, true);
addLabeledKnob<SmoothKnob>("center", 28, 80, module, ComputerscareGolyPenerator::IN_OFFSET, 0, 0);
addLabeledKnob<SmallKnob>("spread", 5, 86, module, ComputerscareGolyPenerator::IN_SCALE, 0, 0);