Skip to content

Commit

Permalink
Remove unneeded method
Browse files Browse the repository at this point in the history
  • Loading branch information
bxt committed Nov 2, 2015
1 parent 50a2252 commit aac4e21
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ public CircleSizeSampleDrawer(PApplet p, Sampler s, int offsetX, int offsetY, Co
this.circleCf = circleCf;
}

@Override
protected void drawStart(PApplet p, float size) {
p.fill(0xffffffff);
}

@Override
protected void drawEach(PApplet p, float x, float y, int color, float size) {
float grey = ColorFilters.grey(color);
Expand Down

0 comments on commit aac4e21

Please sign in to comment.