From af5a38d39a328cc10ea10682cfd483106cd8648e Mon Sep 17 00:00:00 2001 From: Alexandre B A Villares Date: Sat, 26 May 2018 10:57:20 -0300 Subject: [PATCH] cleanup 145 --- s145/s145.pyde | 4 ---- 1 file changed, 4 deletions(-) diff --git a/s145/s145.pyde b/s145/s145.pyde index 92f0764f..262a738a 100644 --- a/s145/s145.pyde +++ b/s145/s145.pyde @@ -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,