Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gar354 committed Nov 8, 2023
1 parent fd4e79a commit bff72d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Scales.pde
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ float increment = .005;
// =========================
float minLength;
float maxLength;
int xSize;
int ySize;
float time = 0.0;
int timeOffset = 0;
color shapeColor = color(0, 0, 0);
Expand All @@ -25,8 +23,6 @@ void setup() {
}
maxLength = minLength * 2;
offset = (int)minLength / 2;
xSize = width;
ySize = height;
setColor();
}

Expand Down

0 comments on commit bff72d6

Please sign in to comment.