Skip to content

Commit

Permalink
cleanup 145
Browse files Browse the repository at this point in the history
  • Loading branch information
villares committed May 26, 2018
1 parent ce1ac08 commit af5a38d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions s145/s145.pyde
Expand Up @@ -43,10 +43,6 @@ class Ponto():
self.plot()

def plot(self):
noStroke()
fill(100, 100)
s = 10
#ellipse(self.px, self.py, s, s)
stroke(0)
for p in Ponto.PONTOS:
if dist(p.px, p.py,
Expand Down

0 comments on commit af5a38d

Please sign in to comment.