remove commented code

This commit is contained in:
faiface 2017-04-21 16:43:56 +02:00
parent bdbba8f3c1
commit a403cfe50b
1 changed files with 0 additions and 3 deletions

View File

@ -537,9 +537,6 @@ func (imd *IMDraw) polyline(thickness float64, closed bool) {
closing := false
if j >= len(points) {
/*if !closed {
break
}*/
j %= len(points)
closing = true
}