Remove unused line
This commit is contained in:
parent
14509af47c
commit
a284865851
@ -36,7 +36,6 @@ class PerimeterPen(BasePen):
|
||||
# Analytical solution to the length of a quadratic bezier.
|
||||
# I'll explain how I arrived at this later.
|
||||
p0 = self._getCurrentPoint()
|
||||
Len = 0
|
||||
d0 = _diff(p0, p1)
|
||||
d1 = _diff(p1, p2)
|
||||
d = _diff(d0, d1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user